Pause a trigger

Required capabilities: workflowOrchestrationACL:WRITE

Pauses a trigger. When paused, the trigger will not fire until it is resumed. Note: For data modeling and records stream triggers, processing continues where the last trigger run left off at pause time, not necessarily starting again on the freshest data. The cursor can become invalid if paused too long (stream retention applies).

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
triggerExternalId
required
string (TriggerExternalId) <= 255 characters

Identifier for a trigger. Must be unique for the project. No trailing or leading whitespace and no null characters allowed.

Responses
200

Empty response.

404

The trigger was not found

post/workflows/triggers/{triggerExternalId}/pause
Request samples
Response samples
application/json
{ }