public interface JobDefinition
A Job Definition provides details about asynchronous background processing ("Jobs") performed by the process engine.
Each Job Definition corresponds to a Timer or Asynchronous continuation job installed in the process engine. Jobs definitions are installed when BPMN 2.0 processes containing timer activities or asynchronous continuations are deployed.
Modifier and Type | Method and Description |
---|---|
String |
getActivityId()
The Id of the activity (from BPMN 2.0 Xml) this Job Definition is associated with.
|
String |
getId() |
String |
getJobConfiguration()
The configuration of a job definition provides details about the jobs which will be created.
|
String |
getJobType()
The Type of a job.
|
String |
getProcessDefinitionId() |
String |
getProcessDefinitionKey() |
boolean |
isSuspended()
Indicates whether this job definition is suspended.
|
String getId()
String getProcessDefinitionId()
ProcessDefinition
this job definition is associated with.String getProcessDefinitionKey()
ProcessDefinition
this job definition is associated with.String getJobType()
String getJobConfiguration()
String getActivityId()
boolean isSuspended()
Copyright © 2015. All rights reserved.