public final class DuplicateWorkflowException extends WorkflowException
WorkflowOptions.getWorkflowIdReusePolicy()
is WorkflowIdReusePolicy.RejectDuplicate
.
WorkflowOptions.getWorkflowIdReusePolicy()
is WorkflowIdReusePolicy.AllowDuplicateFailedOnly
.
WorkflowMethod
is called more than
once on a stub created through Workflow.newChildWorkflowStub(Class)
and the WorkflowOptions.getWorkflowIdReusePolicy()
is WorkflowIdReusePolicy.AllowDuplicate
Constructor and Description |
---|
DuplicateWorkflowException(WorkflowExecution execution,
java.lang.String workflowType,
java.lang.String message) |
getExecution, getWorkflowType
public DuplicateWorkflowException(WorkflowExecution execution, java.lang.String workflowType, java.lang.String message)