ApiWorkflowStepParameterDataModel Stay organized with collections Save and categorize content based on your preferences.
ApiWorkflowStepParameterDataModel represents a workflow step parameter.
| JSON representation |
|---|
{"name":string,"value":string,"type":enum ( |
| Fields | |
|---|---|
name |
Required. Name is the name of the parameter. |
value |
Optional. Value is the value of the parameter. |
type |
Optional. Type is the type of the parameter. |
defaultValue |
Optional. DefaultValue is the default value of the parameter. |
id |
Optional. Id is the unique identifier of the parameter. |
isMandatory |
Required. IsMandatory indicates if the parameter is mandatory. |
ActionParameterType
ActionParameterType represents the type of an action parameter.
| Enums | |
|---|---|
ACTION_PARAMETER_TYPE_UNSPECIFIED | The action parameter type is unspecified. |
STRING | The action parameter type is string. |
BOOLEAN | The action parameter type is boolean. |
WFS_REPOSITORY | The action parameter type is WFS repository. |
USER_REPOSITORY | The action parameter type is user repository. |
STAGES_REPOSITORY | The action parameter type is stages repository. |
CLOSE_CASE_REASON_REPOSITORY | The action parameter type is closecase reason repository. |
CLOSE_CASE_ROOT_CAUSE_REPOSITORY | The action parameter type is closecase rootcause repository. |
PRIORITIES_REPOSITORY | The action parameter type is priorities repository. |
EMAIL_CONTENT | The action parameter type is email content. |
CONTENT | The action parameter type is content. |
PASSWORD | The action parameter type is password. |
ENTITY_TYPE | The action parameter type is entity type. |
MULTIVALUES | The action parameter type is multivalues. |
LIST | The action parameter type is list. |
CODE | The action parameter type is code. |
MULTIPLE_CHOICE_PARAMETER | The action parameter type is multiplechoiceparameter. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-10 UTC.