Data based workflow triggering options | Community
Skip to main content
thiagarajanp508
November 21, 2019
Question

Data based workflow triggering options

  • November 21, 2019
  • 3 replies
  • 3963 views

Hello All,

I am working on a requirement to trigger a notification on workflow failure without using Error Management to notify workflow supervisor(As this is dependent on the optional parameter set by workflow owner).

The simplest approach i could think of is

Using a scheduler, check the Failed status flag in xtk:workflow schema every X hours and trigger an email.

However, i am looking at options to trigger it in real-time.

Is there any option to trigger an action or signal to a workflow based on a change in status flag(in this case, change of failed status from No to Yes).

Is this achievable through attribute definition only in schema definition of xtk:workflow.

Appreciate your response to address this.

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Manoj_Kumar
Community Advisor
Community Advisor
November 21, 2019

Hello there,

You can  run the workflow every minute and then send yourself an email.

Manoj  | https://themartech.pro
asktam1410
Level 3
November 21, 2019

You could create your own workflow error management email delivery template and add only you as an intended recipient. Then specify the new template in your workflow

When workflow fails , it choose the custom template ( custom ) and trigger an notification email.

thiagarajanp508
November 26, 2019

i am looking at options to trigger it in real-time.

Is there any option to trigger an action or signal to a workflow based on a change in status flag(in this case, change of failed status from No to Yes).

Is this achievable through attribute definition only in schema definition of xtk:workflow.