Extract as workflow

when I make a right click and extract as workflow.
in the new workflow, there isn’t relative arguments be auto created.I must create them by myself.
but in another computer, it will automatic create arguments .
what’s the matter?
who knows?
thanks

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

thanks your reply
thank you