public interface DynamicParticipantExecutor
WorkflowProcess
Modifier and Type | Method and Description |
---|---|
boolean |
canExecute(java.lang.String workflowStepResource)
Returns true if this service can process the specified resource, false otherwise.
|
java.lang.String |
getParticipant(java.lang.String resourceName,
WorkItem workItem,
WorkflowSession workflowSession,
MetaDataMap metaData)
Returns the dynamically resolved
Principal id |
boolean canExecute(java.lang.String workflowStepResource)
workflowStepResource
- the resource identifying the code to execute for this workflow step.java.lang.String getParticipant(java.lang.String resourceName, WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metaData)
Principal
idresourceName
- Resource NameworkItem
- Current workitemworkflowSession
- Workflow sessionmetaData
- Participant chooser specific arguments can be passed herePrincipal
idCopyright © 2010 - 2020 Adobe. All Rights Reserved