Optional requestFactory: FunctionsApiRequestFactoryOptional responseProcessor: FunctionsApiResponseProcessorPrivate apiThe ID of the custom workflow action
The type of function. This determines when the function will be called.
The ID qualifier for the function. This is used to specify which input field a function is associated with for `PRE_FETCH_OPTIONS` and `POST_FETCH_OPTIONS` function types.
Optional _options: ConfigurationDelete a function for a custom workflow action. This will remove the function itself as well as removing the association between the function and the custom action. This can't be undone. Delete a custom action function
The ID of the custom workflow action.
The type of function. This determines when the function will be called.
Optional _options: ConfigurationCreates or replaces a function for a custom workflow action. Create or replace a custom action function
The ID of the custom workflow action.
The type of function. This determines when the function will be called.
The ID qualifier for the function. This is used to specify which input field a function is associated with for `PRE_FETCH_OPTIONS` and `POST_FETCH_OPTIONS` function types.
The function source code. Must be valid JavaScript code.
Optional _options: ConfigurationCreates or replaces a function for a custom workflow action. Create or replace a custom action function
The ID of the custom workflow action.
The type of function. This determines when the function will be called.
The function source code. Must be valid JavaScript code.
Optional _options: ConfigurationReturns the given function for a custom workflow action. Get a custom action function
The ID of the custom workflow action.
The type of function. This determines when the function will be called.
Optional _options: ConfigurationReturns the given function for a custom workflow action. Get a custom action function
The ID of the custom workflow action.
The type of function. This determines when the function will be called.
The ID qualifier for the function. This is used to specify which input field a function is associated with for `PRE_FETCH_OPTIONS` and `POST_FETCH_OPTIONS` function types.
Optional _options: ConfigurationReturns a list of all functions that are associated with the given custom workflow action. Get all custom action functions
The ID of the custom workflow action.
Optional _options: ConfigurationGenerated using TypeDoc
Delete a function for a custom workflow action. This will remove the function itself as well as removing the association between the function and the custom action. This can't be undone. Delete a custom action function