Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to automatically create a scrum task using Flow Designer when a new Agile 2.0 story is created

davematz
Giga Expert

Hello,

I am using Madrid and wanted to create a Flow using Flow Designer to automatically create scrum tasks for a story only when the previous tasks = Complete.

I did the following steps:

  1. created the trigger for when a story is created on the rm_story table (no condidtions)
  2. action = create task on rm_scrum_task table (set my field values) scrum_task short description
  3. added IF condition to only create the next scrum task when the task in step 2 = Complete

I saved my work and activated the flow.  When I created a new story, no scrum task was created for my first scrum task.

What am I missing?

1 ACCEPTED SOLUTION

I figured out my error...i had wrong item selected from Pill selector.

This is correct value:

find_real_file.png

View solution in original post

4 REPLIES 4

Prateek kumar
Mega Sage

1.Is your flow activated??

2. And in the flow check executions.

find_real_file.png

In the executions window?

find_real_file.png

 


Please mark my response as correct and helpful if it helped solved your question.
-Thanks

Yes flow is activated. My scope is global.

I tested flow and see that a scrum task record was created, but when I actually create a new story my flow is not creating the task record.

Does this have anything to do with me trying to create this in my PDI instead of a different SNOW instance?

I looked at the System Logs > ALL and I see a bunch of different warning messages with Evaluator as the source.  I don't really know how to interpret these, but confused as to why it tested fine, but won't execute on my PDI.

warning message:

 

and here is other warning message:

I figured out my error...i had wrong item selected from Pill selector.

This is correct value:

find_real_file.png