ApiWorkflowStepParameterDataModel

ApiWorkflowStepParameterDataModel represents a workflow step parameter.

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

string

Required. Name is the name of the parameter.

value

string

Optional. Value is the value of the parameter.

type

enum (ActionParameterType)

Optional. Type is the type of the parameter.

defaultValue

string

Optional. DefaultValue is the default value of the parameter.

isMandatory

boolean

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.
CLOSECASE_REASON_REPOSITORY The action parameter type is closecase reason repository.
CLOSECASE_ROOTCAUSE_REPOSITORY The action parameter type is closecase rootcause repository.
PRIORITIES_REPOSITORY The action parameter type is priorities repository.
EMAILCONTENT 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.
TIMESPANSECONDS The action parameter type is timespanseconds.
MULTIPLECHOICEPARAMETER The action parameter type is multiplechoiceparameter.