- Issue created by @Ryo Ichiyama
Hello.
I'm trying to achieve the following approval flow.
Step1. A user submits a submission.
The flow status is "Submitting" (default).
Step2. The approver rejects the submission because there is an error in the submission.
The approver manually changes the flow status to "Remand".
Step3. The user corrects the submission (updates the submission).
In this case, the flow status automatically returns to "Submitting" (default).
To achieve step 3, I set it as follows.
Run "Submitting" transition automatically when submission is edited?
When edited by anyone
When I checked the operation with this setting, even if the user updates the submission content in step 3 above, the workflow status does not change to "Submitting", but remains at "Remand".
However, if the user edits the post again and saves it, the workflow status changes to "Submitting".
In simple terms, the workflow status is updated correctly when the user saves twice.
I have confirmed the same phenomenon with the following versions, but there was no change.
Please let me know if there is anything I should try.
Active
1.0
Code