Workflow
This section presents the SOAP Web Service interfaces available for SoftExpert Workflow. To insert each of these items, it will be necessary to follow the standard documented in the upcoming sections.
WSDL URL:
https://<domain>/se/ws/wf_ws.php?wsdl
Web Service URL:
https://<domain>/apigateway/se/ws/wf_ws.php
Available web services:
Method | Description |
---|---|
cancelWorkflow | Cancels a workflow |
clearChildEntityRecord | Deletes all related records from the workflow lower level form table |
deleteChildEntityRecord | Deletes a record from the workflow lower level form table |
deleteAccessException | Deletes one or more workflow access exceptions |
editAttributeValue | Edits the value of attributes of a workflow |
editChildEntityRecord | Edits a record from the workflow lower level form table |
editEntityRecord | Edits a record of the workflow form table |
editWorkflowData | Edits the data of an instance |
executeActivity | Executes a user activity or workflow decision |
executeSystemActivity | Executes an asynchronous system activity of the workflow |
getWorkflow | Returns information about an instance from SoftExpert Workflow |
newAccessException | Adds one or more workflow access exceptions |
newAssocDocument | Associates a document from SoftExpert Document with a workflow activity |
newAssocWorkflow | Associates one or more workflows with another workflow |
newAttachment | Attaches a file to a workflow activity |
newChildEntityRecord | Adds a record to the workflow lower level form table |
newChildEntityRecordList | Adds one or more records to the workflow lower level form table |
newComment | Allows adding a comment to an instance activity |
newWorkflow | Starts a workflow |
newWorkflowEditData | Starts a workflow and edits its data |
newWorkflowTypeEditData | Starts a workflow and edits its data |
reactivateWorkflow | Reactivates postponed instances |
unlinkActivityFromUser | Disassociates the executor of one or more activities from a SoftExpert Workflow instance |