About workflow settings after 9.10

0
Dear teachers: The workflow has changed a lot since 9.10. we can retrieve the context from the workflow, as shown in the following figure:   Conversely,Is it feasible to retrieve the corresponding workflow object through the context object in mircoflow? thanks!  
asked
1 answers
1

Hi Chen,

For this you would need to add an association between your context entity and the Workflow entity in the system module yourself. You can then set this association to the created Workflow object after calling the workflow from a microflow.

Keep in mind that a single context entity can be used in multiple workflows though, Mendix does not require a unique context object for every workflow you start.

Hope this helps!

answered