Question
Stage
Hi All
I am creating a WO from csv and using activity "svcAddWorkObject"....it's working fine WO created.
I have two stage lets A and B, A have a process X.
Process X I am passing in ""svcAddWorkObject" activity as flow. WO created properly and I am able to open Work object and flow is coming fine but
Once i submit WO it's not moving to next stage (B).
I verified there is no "pxStageID" available in newAssignPage this is not available only from WO which created from csv.
I can do it through adding subflow in Process X but wanted to know is there any option available to add Stage ID so my process will continue with Stage process
Hi Ravi,
When I create a new case type using the Case Designer, one of the flows automatically generated is called pyStartCase. This flow calls the pzInitializeStage activity to set the stage data. You can check whether you have a pyStartCase flow or call the pzInitializeStage activity.
Carissa