Hi there,
We have a custom workflow which contains some restful web service nodes that create requests for users for local entitlements.
We want to track whether these requests failed to generate. (eg. if there is already a pending request in the queue for that same entitlement/user)
The response tab of the restful web service "proceed on failure" checkbox is checked to ensure that workflow doesn't come to a standstill if 1 request fails to generate, how do we make some sort of decision from this node, that if successfully created a change request, move on or if fail then connect to an email node to send an email with details?
With regards to checking pending requests, you have the following parameter when invoking a createChangeRequest command
With regards on how to check the result of the web service node, check this post - How to deal with Workflow Errors after RESTFul service