Hello,
I am looking for a solution for the following issue:
I have a workflow that is triggered via API call multiple times.
I wonder is there a setting on the Alteryx Server that would allow me to limit the executions of the workflow. I need the same workflow to be executed after it has been completed from the initial run.
For example the following steps should happen:
Step 1. The API triggers the workflow.
Step 2. The workflow is completed.
Step 3. After step 2 is finished the same workflow is allowed to be triggered again.
Thank you for your help in advance.