Share all details about your problem, including any error messages you may have received.
I’m looking into a way to trigger a workflow periodically (once a day, for example).
The workflow is a custom workflow I’ve created.
I’m familiar with scheduled tasks but couldn’t find a relevant task type.
I’m also familiar with triggering a workflow using the SCIM rest API (scim/v2/LaunchedWorkflows), but I’m looking for something that can be done through the UI.
Interestingly, when I trigger a workflow using the rest API, a task with the type workflow is created, but this type doesn’t exist in the task type list.
Hi @liza_s - You can launch a Workflow using a quicklink as well. Here is a basic snippet if you use a rule and a rule runner task to execute a workflow.