Deprecated. This function is being discontinued in the upcoming months. We are working to provide alternatives, and we'll provide timely updates before implementing any changes. We understand that this transition might present challenges, and we appreciate your patience and understanding.
Retrieves a list of the site's workflows info.
The listWorkflowsInfo()
function returns a Promise that resolves to a list containing
information about the site's workflows.
Use the options
parameter to specify which workflows to retrieve and in which
order to retrieve them. Workflows can be sorted based on their "name"
.
If no limit
parameter is passed, the first 100 workflows are returned. Sort order
defaults to by "name"
ascending.
Options to use when getting the list of workflows.