aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-be/src/main/resources/application.properties
AgeCommit message (Collapse)AuthorFilesLines
2018-08-09Add activity spec codetalig1-2/+1
Move code from sdc repository and: 1. place according to this project structure 2. refactor DTOs and use mapstruct 3. change errorResponse to be a json instead of a string (for all workflow code) Change-Id: Ia85590b53ab59ff7600e05b8a6d52e06b1773220 Issue-ID: SDC-1606 Signed-off-by: talig <talig@amdocs.com>
2018-08-08Associate Artifactayalaben1-0/+4
Change-Id: Iba63c1a32c8ef7647874ea7234e853edc9d8d0d7 Issue-ID: SDC-1535 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-08-01Add dev properties fileavigaffa1-1/+19
1. Add dev properties file 2. change health check default endpoint status from 'never' to 'always' 3. add license Change-Id: I5ec8e5c06d633aaea98e91c558c436c10c385f6d Issue-ID: SDC-1584 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2018-07-26Workflow - adding Health Actuatorshrikantawachar1-1/+2
Workflow - adding Health Actuator Change-Id: Ic644ab2b26e2e8633266870192eb1f2b82484370 Issue-ID: SDC-1563 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-07-25Replaced old implementation at rootvempo1-0/+10
Old project files and directories has been moved under 'deprecated-workflow-designer'. The old project is not built by the CI anymore, but can be still built manually. New modules/directories have been moved up and integrated with the CI system. Change-Id: I1528c792bcbcce9e50bfc294a1328a20e72c91cf Issue-ID: SDC-1559 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-07-16Workflow Docker containerspriyanshu1-7/+0
1. Implemented workflow init container. 2. Implemented workflow backend container. 3. Added a placeholder for frontend module container. 4. Modifiled directory structure and POM files. 5. Added a ReadMe with sample commands to detail how to run the containers. Change-Id: Ib110fcc104ce72ff28fce514a1475a032cc2d82b Issue-ID: SDC-1482 Signed-off-by: priyanshu <pagarwal@amdocs.com> Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com> Signed-off-by: priyanshu <pagarwal@amdocs.com>
2018-06-14Start workflow be projecttalig1-1/+6
Change-Id: Iac9fdaf21ba43113233f62a03b54bb4b756a461d Issue-ID: SDC-1396 Signed-off-by: talig <talig@amdocs.com>
2018-06-04create basic application infra for workflowavigaffa1-0/+2
Change-Id: Iedc617a626317a7f1a5b1389fe1666ccae2c43f3 Issue-ID: SDC-1369 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>