Simplifier REST Services for Workflows enables the Client to exchange data between third-party systems and Simplifier over Webservices based on the REST Architecture.
The following Scope is implemented:
Workflow-Management:
- Create new Workflow Instances of existing Workflows (Start Workflows)
- Read Workflow instances
- Read Usertasks
- Step back to prior manual task
During stepping back to the prior user task, all variable values and the outcome will be set to the state from before this prior user task, so that this task can be done again. The effect of external calls from the workflow (e.g. a business object or a connector call) will not be rolled back automatically.
The step back only works when there is a prior User Task present and the workflow instance is not waiting on a parallel split / sub-workflow to finish.
Workflow User Task handling (based on executing User):
- Read Usertasks
- Claim and Unclaim User-Task
- Save and submit a User Task
- Read and create comments for to a workflow instance
Comments are will be deleted once the workflow instance is finished or terminated. Comments are also now shown in the monitoring.
Comments are not yet part of the default task module. This is planned with the new Simplifier Client