Skip to main content

Viewing Cross Process Dependencies

Viewing Dependencies Inside a Process Definition

  1. Login to your Unmeshed account.
  2. Navigate to the left menu and click on Process Definitions.
  3. Open the relevant process definition to check dependencies.

Some jobs may have dependencies on other jobs. These dependencies are managed using a special step called DEPENDSON.

Here is an example of such a step inside a process definition:

  • After executing Step 1, the system will verify if the dependent jobs have met their specified conditions before proceeding to the next step.
  • The Depends On Statement defines conditions that must be met, such as another job being completed or failed.

Cross Process Dependencies

Viewing Cross Job Dependencies - List View

  1. Login to your Unmeshed account.
  2. Navigate to the left menu and click on Process Definitions.
  3. The dependencies of a job are listed in the List View, showing:
    • Dependents: Jobs that rely on the current job.
    • Dependencies: Other jobs that this job depends on.

Cross Process Dependencies List

Note: Multiple jobs are listed as separate entries for clarity.

By using these views, you can easily track cross-job dependencies and ensure that your workflows execute in the correct sequence.