Package com.adobe.granite.workflow.job
Class WorkflowJob
java.lang.Object
com.adobe.granite.workflow.job.WorkflowJob
- All Implemented Interfaces:
Serializable
The
WorkflowJob class provides a utility for creating event
triggered job used for programmed/scripted workflow steps.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe job topic for adding an entry to the audit log.static final Stringstatic final StringThe event property holding theWorkflowJob.static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateJobEvent(Integer retryCount, int numOfParallelProcs, String jobId) Convenience method to create a job event for the workflow job.
-
Field Details
-
JOB_TOPIC
The job topic for adding an entry to the audit log.- See Also:
-
JOB_TOPIC_WC
- See Also:
-
WORKFLOW_JOB
The event property holding theWorkflowJob.- See Also:
-
WORKFLOW_JOB_ID
- See Also:
-
-
Constructor Details
-
WorkflowJob
Creates a new WorkflowJob.- Parameters:
item- the work item
-
-
Method Details