/executiongroups/{egName}/subflows/{subflowName}
Mount Point: /apiv1/executiongroups/{egName}/subflows/{subflowName}
GET
Get a named subflow running inside an execution group.
Parameters
name | description | type | default |
---|---|---|---|
egName | The name of the execution group to look for. | path | |
subflowName | subflow name to look for | path | |
depth | depth to show children | query | 1 |
Response Body
element: | subFlow |
subflow response object
DELETE
Delete a subflow running inside an execution group (that was deployed in an integration project (not service/app/lib/sharedlib)). The web UI will only show a "Delete" menu item in the context menu of a deployed flow if-and-only-if it was deployed in an integration project (independent project); not if it was deployed in an service/application/library/sharedlibrary. Look in /webui/apps/ROOT/webui/widgets/common/_TreeNode.js's postCreate() method in the 'case "messageFlow":' section to view the code that filter's out the "Delete" menu item.
Parameters
name | description | type | default |
---|---|---|---|
egName | execution group to look in | path | |
subflowName | subflow name to look for and delete | path |
Response Body
element: | (custom) |
"HTTP success no content" (204) or exception