1. Web service FailedWorkflowSeq

    Artikel: AN0002067Aktualisiert: 16.10.2018
    Die vorgegebene Sprachenversion vom Artikeltext wird angezeigt, weil es kein Text von der ausgewählten Sprache und Version gibt.

    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.

×