Resume a trigger

Resumes a trigger. Once resumed, the trigger will fire according to its configuration. Note: For data modelling triggers, processing continues where the last trigger run left off at pause time, not necessarily starting again on the freshest data. In addition, the data modelling trigger can be invalid if paused too long.

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}/resume
Request samples
Response samples
application/json
{ }