IJobApi 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
C#
public interface IJobApi

Methods

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

See Also