An on demand Workflow called from jScript can open many new possibilities.
For example, say you have documentation records related to a project record (2 custom entities) and there is a need to update a set of the documentation records when one of them is rejected or approved. With a bit of FetchXML to build the collection of documentation records, use a jScript for loop to call the workflow and update each of the records.
If the async service is down, the workflow will be queued and will execute when async is started again.

Comments