Optional requestFactory: DefinitionsApiRequestFactoryOptional responseProcessor: DefinitionsApiResponseProcessorPrivate apiThe ID of the custom workflow action.
Optional _options: ConfigurationCreates a new custom workflow action. Create new custom action
The custom workflow action to create.
Optional _options: ConfigurationReturns a single custom workflow action with the specified ID. Get a custom action
The ID of the custom workflow action.
Optional archived: booleanWhether to include archived custom actions.
Optional _options: ConfigurationReturns a list of all custom workflow actions. Get all custom actions
Optional limit: numberMaximum number of results per page.
Optional after: stringThe paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results.
Optional archived: booleanWhether to include archived custom actions.
Optional _options: ConfigurationUpdates a custom workflow action with new values for the specified fields. Update a custom action
The ID of the custom workflow action.
The custom workflow action fields to be updated.
Optional _options: ConfigurationGenerated using TypeDoc
Archives a single custom workflow action with the specified ID. Workflows that currently use this custom action will stop attempting to execute the action, and all future executions will be marked as a failure. Archive a custom action