Class CamelSWFWorkflowClient


  • public class CamelSWFWorkflowClient
    extends Object
    • Method Detail

      • signalWorkflowExecution

        public void signalWorkflowExecution​(String workflowId,
                                            String runId,
                                            String signalName,
                                            Object arguments)
      • requestCancelWorkflowExecution

        public void requestCancelWorkflowExecution​(String workflowId,
                                                   String runId)
      • terminateWorkflowExecution

        public void terminateWorkflowExecution​(String workflowId,
                                               String runId,
                                               String reason,
                                               String details,
                                               String childPolicy)
      • getWorkflowExecutionHistory

        public List<com.amazonaws.services.simpleworkflow.model.HistoryEvent> getWorkflowExecutionHistory​(String workflowId,
                                                                                                          String runId)