Hi
I have created the attached workflow using class based objects.
The basic intention is:
1. Workflow Item creation is triggered by a process (in a user exit).
2. Now the workflow Item should provide the agent four choices for executing any option.
3. Thus i have created a user decision with four activities.
4. On selecting any option, a popup should confirm user action and execute custom logic. The code of this goes in the method assigned to each activity.
My question is
For each decision, i have created an activity. the activity should throw a popup to confirm step and then execute code.
For popup, it cannot be background task. But then after popup is confirmed, background task has to be triggered.
So do i define two activties after workflow? Any help will be appreciated.,