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
What content needs to be created or modified?
Currently there is a limitation that the workflow API (start, stop, etc) cannot be called directly from one app to another. Instead you have to either use Service Invocation or pub sub to act as a "trigger" message and then in the method of these start, stop the workflow
Describe the solution you'd like
Need to describe the work around to call remote workflows.
Where should the new material be placed?
In the Workflow section, probably as a new topic.