You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user template will have some description of the process flow in terms of nodes and edges. This network needs to be translated into executable asynchronous process sequence. The following steps are required:
Provide an API to support process execution which returns a completable future when it is executed, pauses further execution until a collection of predecessor futures complete, and completes its own future after executing [FEATURE] Provide asynchronous process execution API #19
A user template will have some description of the process flow in terms of nodes and edges. This network needs to be translated into executable asynchronous process sequence. The following steps are required:
The text was updated successfully, but these errors were encountered: