Question
opening an assignment to perform via activity
Hi,
please let me know whether you have came across below scenario and if so, please let me know how you have handled.
1) On click of a button execute an activity
2) based upon the outcome of the activity, open an assignment to perform via activity.
I have tried the below option
1) in the on-click event executed the activity first and
2) in the subsequent action tried to open an assignment based upon a property value which is set by the activity.
the issue with above approach is before performing any action, Pega evaluates the condition first and determines what actions it should do. It is not considering the value set by the activity.
Hi, I don't fully understand your use case. If you set the property value at the beginning of the activity, then the actions after it should based on this updated property value.
You mentioned that "Pega evaluates the condition first". What is this?
Can you provide more detailed information?