Zum Hauptinhalt gehen

Cannot exit the workflow

Kommentare

2 Kommentare

  • Zendesk API User
    Author: bIT_sosswald - 10/8/2019 11:49

    Hi Dragan,

    you can go to "Workflows" in the template store. There you have an overview of all active tasks / workflows and can also cancle them.

    Greetings

    Sandro

    0
  • Zendesk API User
    Author: draganr - 10/8/2019 12:22

    Hello,

    Thanks for the answer but I had no true opened workflows. It was a strange issue.

    I used the following script to exit from workflow:

    row = context.getSelectedRow();

    us = context.getUserService();

    task = us.getTask(row.getValue("wf id"));

    us.closeTask(task);

    Kind regards,

    Dragan Rakita

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.