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
Currently workflows are transaction scripts. Make them DSL.
In a template activity you can specify one or more activities as arguments (like the try/catch/finally arguments in TryCatchFinally activity).
And a body, where you can use these arguments.
This way you can build template activities based on this base like:
"execute this activity in a loop in case of exceptions"
"wait for this incoming request with a timeout and throw exception when it expires"
The text was updated successfully, but these errors were encountered:
Currently workflows are transaction scripts. Make them DSL.
In a template activity you can specify one or more activities as arguments (like the try/catch/finally arguments in TryCatchFinally activity).
And a body, where you can use these arguments.
This way you can build template activities based on this base like:
The text was updated successfully, but these errors were encountered: