Task is not moving further in workflow

Aruna Sree Yela
Tera Guru

Hi,

 

In workflow, I have a create task activity. It is not moving to next activity after creating the task, still at running only.

 

Tried to update assignment group and state values on the task after this create task activity. Even though its not moving further.

 

FYR

ArunaSreeYela_0-1709133553807.png

 

 

Can I get some help please.

 

Thanks:)

4 REPLIES 4

Sohail Khilji
Kilo Patron
Kilo Patron

Hi @Aruna Sree Yela ,

 

This oft happen when the ouput activity does not match the condition. So make sure the conditions are met to move to the next activity / and check if the activity.output='value' in the task activity is matcing the conditon...

 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

Rohini S Sane
Tera Guru

Hi @Aruna Sree Yela ,

 

Make sure the task is closed completed.

 

Regards,

Rohini Sane

chetanb
Tera Guru

Hello @Aruna Sree Yela ,

 

Check -Set catalog task state to closed complete and check workflow if it is stuck at the activity.

Also make sure, of updating the same task at the same time by user and integration so that this scenarios will not cause an issue.

 

if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

Regards,

CB

Hi @chetanb @Rohini S Sane 

 

I understood that, only the create task will be moved further if the state set to closed complete. But in my case the scenario is different.

 

There are 2 Branches, In branch 1.. created task and setting assignment group and in the 2nd branch will close the task. So its not closing the current branch to enter into 2nd branch.

 

For your ref: This is how my logic looks

ArunaSreeYela_0-1709135664087.png

 

Thanks