Running Conductor Workflows
There are many ways to run a Conductor workflow:
- Run via Conductor SDK or API
- Set a schedule
- Run in UI on Orkes Platform
Run in UI
Watch how we can run a workflow from UI.
Learn more
📄️ Task and Workflow Status
The status of the task and workflow is crucial while debugging a workflow from UI. You can look into the workflow and task status to understand the current state of the workflow to identify any potential issues or errors.
📄️ Scheduling Workflows
The Workflow Scheduler allows workflows to be triggered on a specific schedule. This enables workflows to be configured to run at any desired frequency using crontab expressions. The Scheduler can be used for various use cases, such as:
📄️ Sending Signals to Workflows
In certain scenarios, there might arise a need to transmit signals to workflows for purposes such as pausing, terminating, or restarting them. There are different ways through which you can achieve this.