Click or drag to resize

IJobApi Interface

Provides methods for managing a job scheduler to trigger a workflow.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public interface IJobApi

The IJobApi type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAdd Create a job scheduler for running workflow by schedule time and return the id of job if success
Public methodCode exampleDelete Delete the existing Job Information
Public methodGetJobSchedulers Get list runtime job schedulers
Public methodCode exampleUpdateJobInfo Update the existing job scheduler with the new workflow info
Public methodCode exampleUpdateSchedule Update the existing job scheduler with the new scheduler
Top
See Also