Update a workflow node
Update workflow-node-owned fields for a single node.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the workflow.
The ID of the workflow node.
Body
The workflow revision token returned by the latest workflow read or mutation. Mutations reject stale values.
Node-type-specific fields to update. The allowed fields depend on the existing node type. Trigger node updates may include typeName when changing one trigger node type to another trigger node type.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
Response
Workflow node updated.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
The updated workflow node. The exact fields depend on typeName.
SignupTrigger The IDs of the nodes that are downstream of this node.
The current workflow revision token. Pass the latest value as expectedRevisionId on the next workflow mutation.

