Workflow manager
For integrators that want to retrieve each answer from the workflow session in real-time, it is now possible to subscribe to the events send out by the workflow manager.

The following three new events for the workflow manager module will be emitted if the workflowSession is initiated from starting a scheduled action:
- workflowManager.workflowSession.started: When an action is started by the driver, the workflow opens and a workflow session is started in the workflow manager module. This triggers this workflowManager.workflowSession.started push event message.
- workflowManager.workflowSession.updated: When a workflow entry is completed (by the driver or automatically by the workflow parser), an answer is added to the list of answers in the workflow session. This triggers workflowManager.workflowSession.updated push event message.
- workflowManager.workflowSession.finished: When a driver closes a workflow by pressing the Confirm button, it triggers workflowManager.workflowSession.finished push event message
Updated 5 days ago