Class ExternalProcessPollingEvent
java.lang.Object
com.adobe.granite.workflow.core.event.ExternalProcessPollingEvent
- All Implemented Interfaces:
Serializable
A helper class to define and create external process polling events, identified using the topic
EVENT_TOPIC- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExternalProcessPollingEvent(Map<String, Serializable> workItemMap, Serializable externalProcessId) Creates a new WorkflowJob. -
Method Summary
-
Field Details
-
EVENT_TOPIC
The job topic for adding an entry to the audit log.- See Also:
-
PROPERTY_POLLING_TIMEOUT
- See Also:
-
PROPERTY_POLLING_ADVANCE_ON_TIMEOUT
- See Also:
-
PROPERTY_POLLING_START
- See Also:
-
PROPERTY_POLLING_EVENT
- See Also:
-
PROPERTY_POLLING_PROCESS_ID
- See Also:
-
-
Constructor Details
-
ExternalProcessPollingEvent
public ExternalProcessPollingEvent(Map<String, Serializable> workItemMap, Serializable externalProcessId) Creates a new WorkflowJob.- Parameters:
workItemMap- the work item mapexternalProcessId- the external process id
-
-
Method Details
-
getWorkItemMap
-