IJob Api Interface
Provides methods for managing a job scheduler to trigger a workflow.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public interface IJobApiMethods
| Add | Create a job scheduler for running workflow by schedule time and return the id of job if success |
| Delete | Delete the existing Job Information |
| GetJobSchedulers | Get list runtime job schedulers |
| UpdateJobInfo | Update the existing job scheduler with the new workflow info |
| UpdateSchedule | Update the existing job scheduler with the new scheduler |