1. Web service ContinueWorkflowSeq

    Article: AN0002064Updated: 16.10.2018

    This method starts a suspended workflow. In order to start a suspended workflow via web service there has to be set Enable access via web services in the workflow definition. Furthermore, the user that calls the method has to have access rights on the operation Start workflow.

    After starting a suspended worflow all the task that are not complete are displayed again and the workfloe gets processed again.

    Definition

    OGWorkflowSeqResult PauseWorkflowSeq(int workflowSeqRunId)

    In order to start a paused workflow again you have to know its workflowSeqRunId. This is returned by calling a method RunWorkflowSeq in the property WorkflowSeqRunId.

    You can start again only paused workflow. Otherwise, an error occurs.

×