Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Workflow getting paused without error.

Avatar

Level 2

Hi ACC Friends,

My Recurring Campaign workflow getting into paused state and in the journal ,i am seeing below warning.

02/20/2023 5:46:02 AM Automatically resuming workflow 82678309 (number of consecutive times: 1).

 

at the end of workflow, we are calling stop method using queryDef (xtk.workflow.Stop(wf.@id)) .

And this issue not happening with every workflow, most of our recurring workflow running fine with above method, but few of them getting paused with above warning no other error.

Does anyone know why this warning is throwing in the workflow?

 

Thanks!!!

@ParthaSarathy @Shubham_Goyal__ @Manoj_Kumar_ @david--garcia @Craig_Thonis @Denis_Bozonnet @akshaaga 

 

 

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi @Sukrity_Wadhwa  ,

I had implemented different solution. did not try Manoj's, solution 
using sqlExec("UPDATE Xtkworkflow SET istate ='"+20+"' WHERE iWorkflowId ='"+instance.id+"'");

Our requirement was marked that workflow finished intensely.

 

Thanks!!

Pradyumn 

View solution in original post

21 Replies

Avatar

Administrator

Thanks @Prady12, for sharing with the Community. 



Sukrity Wadhwa