public class WorkflowJob extends Object implements Serializable
WorkflowJob class provides a utility for creating event
triggered job used for programmed/scripted workflow steps.| Modifier and Type | Field and Description |
|---|---|
static String |
JOB_TOPIC
The job topic for adding an entry to the audit log.
|
static String |
JOB_TOPIC_WC |
static String |
WORKFLOW_JOB
The event property holding the
WorkflowJob. |
static String |
WORKFLOW_JOB_ID |
| Constructor and Description |
|---|
WorkflowJob(Map item)
Creates a new WorkflowJob.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
createJobEvent(Integer retryCount,
int numOfParallelProcs,
String jobId)
Convenience method to create a job event for the workflow job.
|
Map |
getWorkItemMap()
|
public static final String JOB_TOPIC
public static final String JOB_TOPIC_WC
public static final String WORKFLOW_JOB
WorkflowJob.public static final String WORKFLOW_JOB_ID
public WorkflowJob(Map item)
item - creates the WorkflowJob instance using Mappublic Event createJobEvent(Integer retryCount, int numOfParallelProcs, String jobId)
retryCount - integer. number of retriesnumOfParallelProcs - not currently usedjobId - the job id to useEvent the job event createdCopyright © 2010 - 2020 Adobe. All Rights Reserved