Zum Hauptinhalt gehen

Delete Workflow - Delete Message through UX-Bridge

Kommentare

1 Kommentar

  • Zendesk API User
    Author: tenter - 3/22/2018 15:58

    Hi Stephanie,

    sorry for the long waiting time. You already got the right track, you can find your answer here: uxbridge-samples/DeleteEntityExecutable.java at master · e-Spirit/uxbridge-samples · GitHub

    In your workflow, you can trigger an executable. The executable could look like the example executable I linked to above. The executable takes the workflow entity, retrieves the UxbService and sends an appropriately assembled deletation message. There is some other stuff going on because you would want to handle incoming references and stuff, but you could simply copy the DeleteEntityExecutable class from the link. Also, the executable is included in the UX-Bridge module. You can find the documentation in chapter 4.4. It states that you can just place

    #! executable-class

    com.espirit.moddev.uxbridge.samples.workflow.DeleteEntityExecutable

    into your script and it would work. Could you try this and give us feedback how it works out for you?

    Regards,

    Hannes

    0

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