Hi,
I have a parent workflow with a wftask that spins off a simple test workflow. The child workflow starts with a DummyTask and transitions to its End task after 1 minute.
The successor task in my parent workflow once the child wftask completes is just to move to a usertask awaiting further action.
Parent: UserTask --> WFTask UserTask --> etc.
v ^
Child: ---> DummyTask ---> End
When I use CCPro and tab over to the "workflow" tab, I see both the Parent job and the Child job even though the Child job completed long ago.
Is there a way to get rid of the Child job from the workflow list?