I am facing an issue with the activity named “Wait for Validation Action and Resume”.
There 2 processes. In the first process I am using a parallel for each and inside I am using a start job and call the second process which their is this activity I mentioned.
After this activity there 2 more steps. Extract Extraction Results to a dataset and write the tables into an excel.
I start the first process in order to start the jobs for each file I want to process. When a file has an issue (missing information etc.)
In orchestrator the job is shown as firstly pending, then running and a task is assigned to me to action center but the process in orchestrator does not shown as suspended, but as successful.
The process continues although I have the wait for validation action and resume activity.
Do you have any idea how can I resolve this issue?
Hey @aikaterini.karakasidi
Based on what you described, one of the common causes is using this activity inside loops like Parallel For Each or For Each.
Take a look the topics here:
You can also make sure that “Supports Persistence” is enabled in the project settings.