1. Web service ContinueWorkflowSeq

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

    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.

×