Question
CBA
AU
Last activity: 14 Jun 2021 7:38 EDT
"Create Work" from an activity
Can anyone explain how to "Create Work" from an activity with an example of detail steps?
We can use OOTB activities like svcaddworkobjet, add work but looking for configuration steps.
***Edited by Moderator Marissa to update Platform Capability tags****
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
IN
Here are the steps below:
I think there are few possible ways to create a WO other than specifying it in flow rule to create work...
1 Flow-New
2 StartFlow
3 StartNewFlow
5 svcAddWorkObject
6 createWork
7 createWorkProcess
8 persistCase (in middle of flow, where it is initiated as a temporary workobject)
9 createTopCase
10 createWorkPage + AddWork
11 addChildwork
12 NewWork...
13. Work-.NewFromFlow
https://collaborate.pega.com/question/create-work-object-activity-help-agent
https://collaborate.pega.com/question/create-work-activity-launch-flow-work-object
-
Rishitha Reddy Chinnamallapagari Manoj Rattihalli Pranav Kamalapur
CBA
AU
Thanks, KomahI am looking for steps in activity, not the methods.
Updated: 14 Jun 2021 7:38 EDT
Pegasystems Inc.
IN
You can use the "pxCreateTopCase" OOTB activity to create a case from the activity.
Please find the below screenshot for more details.
-
KORNI Ramya ANUSHA DEVABHAKTINI
CBA
AU
Thanks for the reply, I tried with the same configuration, but duplicate records are getting created.
What can be the reason?
PFA
Updated: 14 Jun 2021 7:38 EDT
Pegasystems Inc.
IN
Could you please share where you are referring to this activity?
It could be CreateCase activity was run multiple times.
CBA
AU
I am not referring it anywhere, execution the activity using Action tab
Updated: 14 Jun 2021 7:38 EDT
Pegasystems Inc.
IN
Did you check the tracer? I ran the same activity using Actions->Run, only one case is getting created for each run.
CBA
AU
I can see only one work ID in the tracer B-14, in-class instance B-15 is also there, PFA
-
Susmita Korade
Updated: 14 Jun 2021 7:38 EDT
Pegasystems Inc.
IN
Could you please share the tracer steps or tracer XML?
CBA
AU
Thanks for your time, PFA dump.
CBA
AU
Kanap2 Please do reply
Updated: 14 Jun 2021 7:38 EDT
Pegasystems Inc.
IN
Found that the "CreateCase" activity is called twice, so 2 cases are created.
Please find the below screenshot for more details.