To continue reading for free, register below or login
To read more you must become a member of SearchSAP.com
');
// -->

Your question is an interesting one. The main thing you need to ask is whether the user pressed "cancel" because they didn't want to execute the workflow item or if they did so because they want to do the work but need to step away from their PC. Essentially, what you're asking is whether it is possible to automatically replace a workflow item if the user hits "cancel" so that the workflow item re-appears to all the possible agents.
If you do want to implement this, you could model the "cancel" as an outcome on the task and then call a background step which replaces the workflow item. Depending on which SAP release you are on, you probably have access to a WAPI SAP_WAPI_PUT_BACK_WORKITEM, which will execute the replace.
|