
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2017 05:26 AM
Hi,
I'm badly stuck at one point in Workflow , basically in catalog task activity i have added two conditions , one for complete 'activity.result == 3' and another for pending 'activity.result == -5'
. but the problem is it is not executing the pending part , i tried to do lot of work around but nothing works. kindly help me on this. please see screenshots below.
Regards,
Musab
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2017 01:42 AM
Hi Musab,
Looks like pending would not be validated as part of the activity.result. Please refer the screen shot.
They document clearly tells the possible result values are.. Refer this documentation.
Catalog Task workflow activity
The listed states works correctly except the pending. Please mark as helpful or correct if it helped you get a answer.
Regards
Param
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2017 05:40 AM
Hi,
state == 3 // is it working ? if yes it should execute another condition too
In condition just modify this
try this
activity.result == '-5' / activity.result == 'label name'
Thanks,
Jeet

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2017 11:26 PM
Hi Jitendra,
This doesn't work , i already tried it.
Thanks
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2017 06:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2017 11:29 PM
Hi Musab,
How does workflow look. And does all the remaining flow go well. Can you please explain more the requirement, Screen shot of the workflow so that it would be easier to see why it does not work.
Regards
Param