Stop Process after postpone queue

Hi there,

I am using ReFrameWork. In get data i get transaction from Queue which i was able to postpone using postpone queue activity when it hits 5pm to 7 pm. But howeverit did not stop from get data but it move to Process and start processing. What should i do after postpone activity?

@mark_rajkumar1

it would pick any other item if it is available if not it would stop

if specifically after postponing if you dont want to run other items as well…then just use terminate workflow after postpone or set a flag and check the flag is true then do not get next item in get transaction data

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.