Step types that may appear in Camunda imports but which are not used to generate anything.
Note 14 April 2022.
I think only startProcess and endProcess are now passed through. The others have been removed, and are listed below. If they are required, a change will be required to accommodate the "task" step type, which is now a real step type.
{
"reference": "serviceTask",
"script": null
},
{
"reference": "task",
"script": null
},
{
"reference": "userTask",
"script": null,
"userTask": true
},
{
"reference": "sendTask",
"script": null
},
{
"reference": "intermediateThrowEvent",
"script": null
}
Node options
[
{
"reference": "startProcess",
"script": null
},
{
"reference": "endProcess",
"script": null
}
]