1. Web service FailedWorkflowSeq

    Article: AN0002067Updated: 16.10.2018

    This method terminates the workflow with an error. In order to terminate a 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.

    Definition

    OGWorkflowSeqResult FailedWorkflowSeq(int workflowSeqRunId)

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

    You can terminate only running or paused workflow. Otherwise, an error occurs.

×