Interface ParticipantChooser


  • public interface ParticipantChooser
    Deprecated.
    The ParticipantChooser interface is intended for impls that will define the participant dynamically.
    • Method Detail

      • getParticipant

        java.lang.String getParticipant​(WorkItem workItem,
                                        WorkflowSession workflowSession,
                                        java.lang.String[] args)
                                 throws WorkflowException
        Deprecated.
        Returns the dynamically resolved Principal id
        Parameters:
        workItem - current workitem
        workflowSession - workflow session
        args - Participant chooser specific arguments can be passed here
        Returns:
        the dynamically resolved Principal id
        Throws:
        WorkflowException - When an error is encountered