Versions Compared

Key

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

...

  1. Start of process "Workflow Process 1"
  2. "Activity 1" started.
  3. "Activity 1" completed with "firstStatusstatus" set to "a".
  4. Subflow process started. As the parameter is set to "In and Out", the value "a" is now set to "secondStatussub_status" of the subflow process.
  5. "Activity 3" started with "secondStatussub_status" initialized to "a".
  6. "Activity 3" completed with "secondStatussub_status" set to "ab".
  7. "Activity 4" started with "secondStatussub_status" initialized to "ab".
  8. "Activity 4" completed with "secondStatussub_status" set to "abc".
  9. The subflow process has now come to an end. As the parameter is set to "In and Out", the value "abc" is now returned to "firstStatusstatus" of the parent process. "Activity 2" started with "firstStatusstatus" set to "abc".

 

Sample app to demonstrate use of parameters in subflow process for Joget Workflow Enterprise v6: APP_process_subflow_parameter.jwa