Interface WorkflowExternalProcessProxy

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean canHandle​(java.lang.String processName)
      returns true if this proxy can execute requests on behalf of the specified processName
      java.io.Serializable execute​(java.lang.String processName, WorkItem item, WorkflowSession session, MetaDataMap arguments)
      Executes the external process step.
      void handleResult​(java.lang.String processName, java.io.Serializable externalProcessId, WorkItem workItem, WorkflowSession session, MetaDataMap arguments)
      Get and handle the result of the external process, given by the external process id.
      boolean hasFinished​(java.lang.String processName, java.io.Serializable externalProcessId, WorkItem item, WorkflowSession session, MetaDataMap arguments)
      Tests the external process, given by the external process id, for completeness.