Asynchronous Workflows

0
Is there a way to have a split path but have it continue regardless of the status of the other paths. For example path A and path B, if path A completes it's tasks continue through the merge to the rest of the workflow. Specifically I am looking to continue a workflow if either a user manually advances it or if it should reach a set date.
asked
2 answers
0

Nathan,

You could add a microflow step after the timer.  This microflow could programatically complete the DI Team Manual Trigger step.  Would this accomplish what you want?

Hope that helps,

Mike

***EDIT****

As an example, I

1. Created this workflow:

image.png

 

2. Created this microflow to be called by the microflow step:

image.png

 

3. The microflow step in the workflow is configured like this:

image.png

 

Hope that helps you get started.

answered
0

We have added boundary events. Maybe they are helpfull. See https://docs.mendix.com/refguide/workflow-boundary-events/

answered