Uses of Interface
ch.ivyteam.ivy.bpm.engine.client.ExecutionResult
Packages that use ExecutionResult
Package
Description
-
Uses of ExecutionResult in ch.ivyteam.ivy.bpm.engine.client
Methods in ch.ivyteam.ivy.bpm.engine.client that return ExecutionResultModifier and TypeMethodDescriptionRequestBuilder.execute()Executes a defined bpm process.RequestBuilder.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 ExecutionResultModifier and TypeMethodDescriptionByBuilder.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 ExecutionResultModifier and TypeMethodDescriptionExecutes the chosen callable sub process.SubRequestBuilder.executeAndIgnoreBpmError(Object... params) Executes the chosen callable sub process and ignores all bpm errors.