This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Creating delay in custom process (Process Orchestration)

I'm looking to add a delay in a custom process before running (Send mail with account name) to give enough time for Office 365 accounts to be created.

Issue is  users are getting emails about their account being created and configuring their password before all target systems are completed.

I can insert a new process before it, which is blank my thoughts were to add some sort of timer in that process. However I'm not sure the best way to approach this as their might be a better method or solution.

 

Does anyone have any insight as the best way to approach this?

Parents
  • I know these screenshots are from v6 but it should be the same for v7.  Create a process step, within your process flow, and use the DelayComponent:

     

    And then on the Parameters tab, define how long you want to delay.  In this case it is delayed 10 minutes.

     

    Hope this helps.

Reply
  • I know these screenshots are from v6 but it should be the same for v7.  Create a process step, within your process flow, and use the DelayComponent:

     

    And then on the Parameters tab, define how long you want to delay.  In this case it is delayed 10 minutes.

     

    Hope this helps.

Children