Skip to main content
Nintex Community Menu Bar

Parent Child Workflows

  • November 20, 2018
  • 2 replies
  • 88 views

Forum|alt.badge.img+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

Forum|alt.badge.img+15

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


- Active


- Running


- Stopped


- Completed


- Error


 


You cannot change these default statuses.


Forum|alt.badge.img+9
  • November 23, 2018

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