ignoreErrorIfNoActiveWorkflow property

bool? ignoreErrorIfNoActiveWorkflow
getter/setter pair

Flag to determine whether clients would suppress a warning when no ACTIVE workflows are not found.

If this flag is set to be true, an error will not be thrown if the requested trigger_id or client_id is not found in any ACTIVE workflow. Otherwise, the error is always thrown. The flag is set to be false by default.

Optional.

Implementation

core.bool? ignoreErrorIfNoActiveWorkflow;