Skip to main content

Determine if another workflow is running

Comments

2 comments

  • Permanently deleted user

    More specifically, I am trying to find out if a workflow can determine if another workflow is in a drawing mode...

    0
  • Permanently deleted user

    You could have the two workflows communicate to each other using the Set Application Data and Get Application Data activities.

    Eg, have the first workflow set a value when it starts, and either remove or change that value when it finishes or completes a certain step. Then have the second workflow check for that value in order to determine if the other workflow is running.

    0

Please sign in to leave a comment.