EventStepsSendBack
Sends back a business process event step.
Workday Resource Information
Sends back the business process event step specified by the ID of the originating event step. In the request body, specify these required fields: id (the event step you are sending back), reason.Secured by: Core Navigation, Public Business Processes
Scope: Adaptive Planning for Financial Plans, Adaptive Planning for the Workforce, Tenant Non-Configurable
Input
| Name | Type | Description |
| EventSteps_Id | String | Unique identifier for the event step being sent back. |
| Descriptor | String | The display name of the instance |
| Id | String | Unique identifier for the specific instance of the event step send-back process. |
| Reason | String | User's comment explaining the reason for sending back the event step. |
| Status_Id | String | Unique identifier or reference ID for the event status after send-back. |
| To_Id | String | Unique identifier or reference ID for the person or entity receiving the sent-back event step. |
Result Set Columns
| Name | Type | Description |
| Descriptor | String | The display name of the instance |
| Id | String | Unique identifier for the specific instance of the event step send-back process. |
| Reason | String | User's comment explaining the reason for sending back the event step. |
| Status_Descriptor | String | The display name of the instance |
| Status_Href | String | URL link to the event status instance. |
| Status_Id | String | Unique identifier or reference ID for the event status after send-back. |
| To_Descriptor | String | The display name of the instance |
| To_Href | String | URL link to the recipient instance. |
| To_Id | String | Unique identifier or reference ID for the person or entity receiving the sent-back event step. |