EventStepsQuestionnaire
Post an action for a Complete Questionnaire step in a business process.
Workday Resource Information
Post an action for a Complete Questionnaire step in a business process.Specify these required fields in the request body if the intended action is Submit or Save for Later: {stepAction, questionnaireResponse}.
You can send Save for Later multiple times, but {questionnaireResponse} values will replace the existing questionnaire answers.
If the intended action is Skip, exclude {questionnaireResponse} from the request body.
Valid values for stepAction are:
{ "id": "133d5c88baa64136aab041c1d2e9ed53" } for Submit,
{ "id": "d9e41a8c446c11de98360015c5e6daf6" } for Save for Later,
{ "id": "d9e4231a446c11de98360015c5e6daf6" } for Skip.
Secured by: Core Navigation, Public Business Processes
Scope: Adaptive Planning for Financial Plans, Adaptive Planning for the Workforce, Tenant Non-Configurable
Aggregate Fields
The connector represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is. Fields marked with a hyphen are read-only and must not be included when calling stored procedures or when performing an INSERT or UPDATE.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
QuestionnaireResponse_QuestionnaireAnswers_Aggregate
[{
answerDate: Date /* The answer in a date format. */
answerMultipleChoices: [{
descriptor: Text /* The display name of the instance */
id: Text /* Id of the instance */
}]
answerNumeric: Numeric /* The answer in a numeric format. */
answerText: Text /* The text answer for a questionnaire. */
descriptor: Text /* The display name of the instance */
id: Text /* Id of the instance */
questionItem: { /* Question Item for Questionnaire Answer. Question item represents the question in a questionnaire. */
-descriptor: Text /* The display name of the instance */
-href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
questionnaireAttachments: [{
contentType: { /* Content type of the attachment */
-descriptor: Text /* The display name of the instance */
-href: Text /* A link to the instance */
*id: Text /* wid / id / reference id */
}
descriptor: Text /* The display name of the instance */
fileLength: Numeric /* File length of the attachment */
fileName: Text /* File name of the attachment */
id: Text /* Id of the instance */
}]
}]
Input
| Name | Type | Description |
| EventSteps_Id | String | Unique identifier for the event step associated with the questionnaire. |
| Descriptor | String | The display name of the instance |
| Id | String | Unique identifier for the specific instance of the questionnaire process. |
| QuestionnaireResponse_Descriptor | String | The display name of the instance |
| QuestionnaireResponse_Id | String | Unique identifier for the questionnaire response instance. |
| QuestionnaireResponse_QuestionnaireAnswers_Aggregate | String | Collection of answers provided in response to the questionnaire. |
| QuestionnaireResponse_QuestionnaireTargetContext_Id | String | Unique identifier or reference ID for the questionnaire target context. |
| QuestionnaireResponse_QuestionnaireTarget_Id | String | Unique identifier or reference ID for the questionnaire target. |
| StepAction_Id | String | Unique identifier or reference ID for the action taken in response to the questionnaire. |
Result Set Columns
| Name | Type | Description |
| Descriptor | String | The display name of the instance |
| Id | String | Unique identifier for the specific instance of the questionnaire process. |
| QuestionnaireResponse_Descriptor | String | The display name of the instance |
| QuestionnaireResponse_Id | String | Unique identifier for the questionnaire response instance. |
| QuestionnaireResponse_QuestionnaireAnswers_Aggregate | String | Collection of answers provided in response to the questionnaire. |
| QuestionnaireResponse_QuestionnaireTargetContext_Descriptor | String | The display name of the instance |
| QuestionnaireResponse_QuestionnaireTargetContext_Href | String | URL link to the questionnaire target context instance. |
| QuestionnaireResponse_QuestionnaireTargetContext_Id | String | Unique identifier or reference ID for the questionnaire target context. |
| QuestionnaireResponse_QuestionnaireTarget_Descriptor | String | The display name of the instance |
| QuestionnaireResponse_QuestionnaireTarget_Href | String | URL link to the questionnaire target instance. |
| QuestionnaireResponse_QuestionnaireTarget_Id | String | Unique identifier or reference ID for the questionnaire target. |
| StepAction_Descriptor | String | The display name of the instance |
| StepAction_Href | String | URL link to the step action instance. |
| StepAction_Id | String | Unique identifier or reference ID for the action taken in response to the questionnaire. |