Interface: AdminWorkflowsPermissionsLookupArguments
Extends
WorkflowIDs
.TokenOverridable
Properties
max_workflow_triggers?
optional max_workflow_triggers: number;
Description
Maximum number of triggers to fetch for each workflow when determining overall run permissions.
Defaults to 100
. Maximum of 1000
.
Defined in
packages/web-api/src/types/request/admin/workflows.ts:27
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token
Defined in
packages/web-api/src/types/request/common.ts:43
workflow_ids
workflow_ids: [string, ...string[]];
Description
Array of workflow IDs - maximum of 50 items.
Inherited from
WorkflowIDs.workflow_ids