Package com.adobe.granite.workflow.job
Class ExternalProcessJob
java.lang.Object
com.adobe.granite.workflow.job.ExternalProcessJob
- All Implemented Interfaces:
Serializable
Helper class to identify and create external process job events, identified by job topic
JOB_TOPIC- 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 theExternalProcessJob.static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateJobEvent(Integer retryCount, 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 theExternalProcessJob.- See Also:
-
WORKFLOW_JOB_ID
- See Also:
-
-
Constructor Details
-
ExternalProcessJob
Creates a new WorkflowJob.- Parameters:
serializedItem- the serialized item
-
-
Method Details