質問

I have created one workflow in SharePoint designer which is pausing for 24 hrs and then again going back to "stage 1" to check Ageing field value. How i can end the workflow instance automatically if Status is "complete and published". Right now "End of workflow" is not coming inside "stage 1" when i am trying to add that inside status "complete and published" statement and workflow instance keeps on running although status is complete and published

enter image description here

役に立ちましたか?

解決

You could add a if else condition in the Transition to stage, like this:

enter image description here

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top