WidgetApiWorkflowStepParameterDataModel

The parameter of the step.

JSON representation
{
  "name": string,
  "value": string,
  "defaultValue": string,
  "type": enum (CustomActionParameterType),
  "isMandatory": boolean
}
Fields
name

string

Output only. The name of the parameter.

value

string

Output only. The value of the parameter.

defaultValue

string

Output only. The default value of the parameter.

type

enum (CustomActionParameterType)

Output only. The type of the parameter.

isMandatory

boolean

Output only. Whether the parameter is mandatory.

CustomActionParameterType

The type of the parameter.

Enums
CUSTOM_ACTION_PARAMETER_TYPE_UNSPECIFIED Unspecified custom action parameter type.
STRING String custom action parameter type.
BOOLEAN Boolean custom action parameter type.
WFS_REPOSITORY WFS repository custom action parameter type.
USER_REPOSITORY User repository custom action parameter type.
STAGES_REPOSITORY Stages repository custom action parameter type.
CLOSE_CASE_REASON_REPOSITORY Close case reason repository custom action parameter type.
CLOSE_CASE_ROOT_CAUSE_REPOSITORY Close case root cause repository custom action parameter type.
PRIORITIES_REPOSITORY Priorities repository custom action parameter type.
EMAIL_CONTENT Email content custom action parameter type.
CONTENT Content custom action parameter type.
PASSWORD Password custom action parameter type.
ENTITY_TYPE Entity type custom action parameter type.
MULTI_VALUES Multi values custom action parameter type.
LIST List custom action parameter type.
CODE Code custom action parameter type.
TIME_SPAN_SECONDS Time span seconds custom action parameter type.
MULTIPLE_CHOICE_PARAMETER Multiple choice parameter custom action parameter type.