Extract as workflow

Hey @jmy

Below are few cases of workflow extraction:

  1. If the sub-sequence that you are extracting to a new workflow has variables being used already by other activities within that workflow (outside of the sub-sequence), then when extracted those variables may be created as arguments depending on what it does ‘IN’ or ‘OUT’.
  2. If the sub-sequence that you are extracting to a new workflow has a variable with the scope higher than that of the sub-sequence, then when extracted those variables may be created as arguments with ‘IN/OUT’.
  3. If the sub-sequence that you are extracting to a new workflow has some variable, but is not being used any where outside of the sub-sequence and is available within that scope of sub-sequence only, then it won’t create any arguments since there is not need of it.

Let me know if you see any case than this.

Thanks,
Rammohan B.

4 Likes