Skip to main content

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

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


- Active


- Running


- Stopped


- Completed


- Error


 


You cannot change these default statuses.


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