Uses of Interface
ch.ivyteam.ivy.bpm.engine.client.ExecutionResult
-
Packages that use ExecutionResult Package Description ch.ivyteam.ivy.bpm.engine.client ch.ivyteam.ivy.bpm.engine.client.start ch.ivyteam.ivy.bpm.engine.client.sub -
-
Uses of ExecutionResult in ch.ivyteam.ivy.bpm.engine.client
Methods in ch.ivyteam.ivy.bpm.engine.client that return ExecutionResult Modifier and Type Method Description ExecutionResultRequestBuilder. execute()Executes a defined bpm process.ExecutionResultRequestBuilder. executeAndIgnoreBpmError()Executes a defined bpm process and ignores all bpm errors. -
Uses of ExecutionResult in ch.ivyteam.ivy.bpm.engine.client.start
Methods in ch.ivyteam.ivy.bpm.engine.client.start with parameters of type ExecutionResult Modifier and Type Method Description RequestBuilderByBuilder. anyActiveTask(ExecutionResult previousResult)Resume the workflow with the first active task found on the previous result. -
Uses of ExecutionResult in ch.ivyteam.ivy.bpm.engine.client.sub
Methods in ch.ivyteam.ivy.bpm.engine.client.sub that return ExecutionResult Modifier and Type Method Description ExecutionResultSubRequestBuilder. execute(Object... params)Executes the chosen callable sub process.ExecutionResultSubRequestBuilder. executeAndIgnoreBpmError(Object... params)Executes the chosen callable sub process and ignores all bpm errors.
-