In the script check if the workflow was already triggered if it is triggered exit or else trigger the workflow and add condition to trigger it after 5 days from start date

Need some example how we can do it

Hi @Akhilch,

The workflow is triggered by system events. If you want to trigger the workflow 5 days after the initial trigger date, you can use the wait attribute in the workflow step as shown below:

<Step icon="Wait" name="Wait Step" wait="7200">

Could you provide more details about your use case?
where you want to include this logic?

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