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. |
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. |