Process not suspending after Wait for Validation Action

Hello there.

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?

Thank you in advance.

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.

Hello,

Thank you for your reply I have solved the issue. I don’t what it was , but in the end it worked.

I have tried:

  1. To lower the dependencies.
  2. Give administrative access to action center.

For me it worked.

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