Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • To get files from all prior processes we should , pass “ALL” value of ALL.  For example, DataFrom=ALL
  • To get files from current process (originating) we should , pass “PROCESS” value of PROCESS. For example, DataFrom=PROCESS. In this case, the internal paramparameter _InFiles will be is used as for incoming files.To get files from a certain process we should , specify TASK_[process name].

For example, in my_process1 sub-process in the workflow, to get the sub-process result files specify:

...