aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-building-blocks/src/main/resources/ActivitySpec/FlowCompleteActivitySpec.json
blob: e031c855011e5c772fe6a616880027d9300b5cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "FlowCompleteActivity",
  "description": "Activity to Complete the BPMN Flow",
  "categoryList": [
    "VNF"
  ],
  "inputParameters": [
    {
      "name": "WorkflowException",
      "type": "WorkflowException"
    }
  ],
  "outputParameters": []    
}