Dependency

This task allows you to explicitly define dependencies on previous tasks prior to executing the next task in the workflow sequence. This is helpful when you want to check whether a specific task has completed or not before going on to the next task.

You can assign a wait time or duration for which the next task in the flow can wait for the dependent task to be completed. If the dependent task is completed within the wait time, the next task is executed. However, if the dependent task does not get completed with the assigned wait time, the workflow stops.
  • Provision to select the dependent tasks which are defined within the workflow.
  • Provision to assign a wait time or the duration for which the next task in the flow can wait for the dependent task to be completed.
  • Task dependency will check for the successful completion of the dependent tasks.