mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-08 04:19:14 +00:00
24 lines
799 B
YAML
24 lines
799 B
YAML
type: object
|
|
properties:
|
|
workflow_id:
|
|
type: string
|
|
format: uuid
|
|
required: true
|
|
description: The workflow the workflow action belongs to.
|
|
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
|
|
description:
|
|
type: string
|
|
required: true
|
|
description: The description of the workflow action.
|
|
example: Automatically assigns contributors to this profile.
|
|
archived:
|
|
type: boolean
|
|
default: false
|
|
description: If the workflow action is archived or not.
|
|
example: false
|
|
contributor_attr:
|
|
type: string
|
|
format: uuid
|
|
required: false
|
|
description: The id of the contributor attribute for contributors from another profile. If workflow_action_roles are not associated to this object, this is required.
|
|
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 |