Parent Child Workflows

  • 20 November 2018
  • 2 replies
  • 55 views

Badge +6

I am building parent-child workflow in K2 Five Designer. Parent workflow executes few SSIS packages. Parent workflow executes Child workflow or Second workflow. When Child workflow triggers, I need Parent workflow to show status such as "In Progress" till Child workflow completes. Parent workflow displays status of "Completed" once Child workflow completes.
If Child workflow fails, Parent workflow displays status of "Pause" or "Error"

Basically, I am looking for accurate status for workflow


2 replies

Badge +15

In K2, there are only 5 statuses for process instances:


- Active


- Running


- Stopped


- Completed


- Error


 


You cannot change these default statuses.

Badge +9

As per borningNerds suggestion.


 


To have custom status's, you might have to create your own DataSouce (Like a SmartBox SmartObject) and save the data there, and report on the newly created DataSource.


 


-Jean

Reply