Interface ProcessLauncherResult

    • Method Detail

      • getProcessInstanceKey

        ProcessInstanceKey getProcessInstanceKey()
        Returns the key of the launched workflow instance.
      • getWorkItemKey

        WorkItemKey getWorkItemKey()
        Returns the key of the work item to automatically open.

        If the workflow is defined to automatically open the first step after launching and if the first work item can be allocated to the workflow creator, this method returns the first work item key.

        In others cases, this method returns null.