Workflow Actions
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
List of valid attributes:
| Attribute | Description | Specifics |
|---|---|---|
| action_id | ID of a related action | |
| action_type | Type of a related action | |
| position | Position of the action according to action links | Zero based index or null |
| created_at | Timestamp of creation | |
| updated_at | Timestamp of last update | |
| discarded_at | Timestamp of discarding |
Note: position attribute is returned only through Show Workflow
endpoint by including action_links relationship in the request. Otherwise, it
is returned as null.
The following relationships can be included in requests:
| Relationship | Type | Description |
|---|---|---|
| action | belongs to | the specific type of action, e.g. a workflow_web_request_action |
Delete
Example response:
{ "data": { "id": "15833508-e59c-4177-86db-dda7575ff61e", "type": "workflow_action", "attributes": { ... } }}This endpoint deletes a workflow action.
HTTP Request
DELETE /api/v1/workflow_actions/:workflow_action_id
URL Parameters
| Parameter | Description |
|---|---|
| workflow_action_id | The ID of the workflow action to delete |