aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-server/src/main/java
AgeCommit message (Expand)AuthorFilesLines
2018-03-20Code Optimization.YuanHu5-32/+32
2018-03-20Parsing extend activities from file.YuanHu1-8/+16
2018-03-19Entity Class for Activity Spec.YuanHu7-0/+726
2018-03-19Save Workflow Artifact to SDC.YuanHu8-2/+372
2018-03-16Get msbServerAddr from config file.YuanHu3-2/+52
2018-03-16Get bpmn artifact from BE.YuanHu1-2/+1
2018-03-16Generate bpmn for extend activitiesYuanHu8-77/+181
2018-03-14Clean up Redundant CodeYuanHu3-528/+14
2018-03-14Remove lombok to fix license issues.YuanHu1-8/+29
2018-03-08Fixed the bugs checked by sonar.YuanHu6-8/+8
2018-03-08Fixed the bugs checked by sonar.YuanHu1-0/+5
2018-03-07Close the 'DirectoryStream' after its be used.YuanHu1-6/+21
2018-02-13Integrate UI Resources into dropwizard.YuanHu1-0/+3
2018-02-07Provide the rest api of saving workflow data.YuanHu3-14/+98
2018-02-05implement class for the Rest APIs.YuanHu3-4/+209
2018-02-05Importing Some Tool Class.YuanHu4-0/+785
2018-02-02Setup Micro-Service for WF Designer SDC AdapterYuanHu2-0/+142
2017-12-14code formatLvbo1636-26/+27
2017-12-12converter supports error elementLvbo1633-0/+64
2017-12-11converter supports rest service taskLvbo1633-0/+154
2017-12-11Converter support service taskLvbo1632-0/+20
2017-12-08support bpmn gateway elementsLvbo1633-0/+40
2017-12-08Add support for script taskLvbo1632-0/+37
2017-12-08Support IntermediateCatchEventLvbo1633-0/+81
2017-09-28support BPMN data object as default valueLvbo1633-4/+77
2017-09-28extract json object keys to static variableLvbo1632-6/+38
2017-09-28fix file already exist errorLvbo1631-1/+1
2017-09-27Change license header for check style errorLvbo16311-236/+267
2017-09-27Integrate json object convert and template convertLvbo1631-1/+11
2017-09-26Write data to workflow templateLvbo1631-0/+64
2017-09-26support input parameters for start eventLvbo1632-0/+114
2017-09-26Support start and end eventLvbo1633-2/+49
2017-09-26support sequence flow convertLvbo1631-0/+32
2017-09-25Support convert json object to Java BPMN objectLvbo1631-0/+71
2017-09-25Add BPMN sequence flow definitionLvbo1633-9/+103
2017-09-25Add basic BPMN element definitionLvbo1632-0/+111
2017-09-25add license header for config classLvbo1631-0/+11
2017-09-25Convert workflow json fileLvbo1631-0/+50
2017-09-22Support load config propertiesLvbo1631-0/+43