While it is possible to set an activity async, it is not easily possible to make the engine create a job definition for that async continuation. The reason is that BpmnParse manages a data structure that is read during deployment that contains all job declarations. This data structure is not accessible from within a parse listener.
AT:
- there is a convenient way of making activities async + creating job declarations