JDBC Driver for Workday

Build 24.0.9062

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 本製品 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 /* A preview 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 /* A preview 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 /* A description 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 /* A description of the instance */
         -href: Text /* A link to the instance */
         *id: Text /* wid / id / reference id */
      }
      descriptor: Text /* A preview 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 The ID of the resource to execute this process on.
Descriptor String A preview of the instance
Id String Id of the instance
QuestionnaireResponse_Descriptor String A preview of the instance
QuestionnaireResponse_Id String Id of the instance
QuestionnaireResponse_QuestionnaireAnswers_Aggregate String A JSON aggregate. The set of answers for a questionnaire.
QuestionnaireResponse_QuestionnaireTargetContext_Id String wid / id / reference id
QuestionnaireResponse_QuestionnaireTarget_Id String wid / id / reference id
StepAction_Id String wid / id / reference id

Result Set Columns

Name Type Description
Descriptor String A preview of the instance
Id String Id of the instance
QuestionnaireResponse_Descriptor String A preview of the instance
QuestionnaireResponse_Id String Id of the instance
QuestionnaireResponse_QuestionnaireAnswers_Aggregate String A JSON aggregate. The set of answers for a questionnaire.
QuestionnaireResponse_QuestionnaireTargetContext_Descriptor String A description of the instance
QuestionnaireResponse_QuestionnaireTargetContext_Href String A link to the instance
QuestionnaireResponse_QuestionnaireTargetContext_Id String wid / id / reference id
QuestionnaireResponse_QuestionnaireTarget_Descriptor String A description of the instance
QuestionnaireResponse_QuestionnaireTarget_Href String A link to the instance
QuestionnaireResponse_QuestionnaireTarget_Id String wid / id / reference id
StepAction_Descriptor String A description of the instance
StepAction_Href String A link to the instance
StepAction_Id String wid / id / reference id

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9062