Workflow Trigger from another Workflow | XM Community
Skip to main content
Question

Workflow Trigger from another Workflow


Forum|alt.badge.img+1

Hi everyone,

Is it possible to trigger/run a workflow after another workflow has finished running? 

 

Thank you!

 

5 replies

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+32
  • Level 8 ●●●●●●●●
  • 633 replies
  • March 14, 2024

We can use web service task in first workflow to trigger second workflow with JSON event as trigger point.


Forum|alt.badge.img+32
  • Level 6 ●●●●●●
  • 241 replies
  • March 15, 2024

@danielle.david we definitely do, however may depend on your workflow tasks.

 

For example you can adjust a data field at the end of one workflow i.e. ‘status’, and then use that status change to trigger the next workflow.


Forum|alt.badge.img+1
  • 4 replies
  • November 8, 2024
ScottG wrote:

@danielle.david we definitely do, however may depend on your workflow tasks.

 

For example you can adjust a data field at the end of one workflow i.e. ‘status’, and then use that status change to trigger the next workflow.

Hello! 

How can I use the status to trigger another workflow? 

Thank you
Danielle


Forum|alt.badge.img+32
  • Level 6 ●●●●●●
  • 241 replies
  • November 10, 2024

@DaniD You need to create a workflow and set up the rules to define the status change your looking for.

Refer to the below support page for details/options available, you would likely want to set up an Event Based trigger to start the workflow.  

  https://www.qualtrics.com/support/survey-platform/actions-module/setting-up-actions/?utm_lp=related%2Bpage#About


Forum|alt.badge.img+1
  • 4 replies
  • November 12, 2024
Shashi wrote:

We can use web service task in first workflow to trigger second workflow with JSON event as trigger point.

hi @Shashi, could you please let me know how to do this? any example would do!

thank you 


Leave a Reply