public interface ParticipantStepChooser
ParticipantChooserNew
interface is intended for impls that
will define the participant dynamically.
This interface replaces the deprecated ParticipantChooser
interface.ParticipantChooser
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_PROPERTY_LABEL
Constant denoting the name of the label service property.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParticipant(WorkItem workItem,
WorkflowSession workflowSession,
MetaDataMap args)
Returns the dynamically resolved
Principal id |
static final java.lang.String SERVICE_PROPERTY_LABEL
java.lang.String getParticipant(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap args) throws WorkflowException
Principal
idworkItem
- Current workitemworkflowSession
- Workflow sessionargs
- Participant chooser specific arguments can be passed herePrincipal
idWorkflowException
- When an error is generatedCopyright © 2010 - 2020 Adobe. All Rights Reserved