| ExecutionResult |
Result of a bpm process execution
|
| History |
Process elements that were executed
|
| HttpRequestBuilder |
Controls the request method.
|
| HttpResponse |
Provides access to the http response.
|
| Mocker |
Mocks process elements for testing.
|
| Mocker.DataMapper |
Provides the input (in) and the output (out) variables so that a tester can map data from in to out
and also setups new data on out.
|
| Mocker.MockedCall |
A mocked Call/UI operation
|
| Mocker.WithMock |
|
| Mocker.WithMockedCall |
Mocks the Call/UI part of an call or UI element
|
| ProcessData |
Process data of all process elements that were executed.
|
| RequestBuilder |
Setups and executes requests to run against the IBpmEngine.
|
| SessionChooser |
Defines the session that is used to execute the request
|
| TaskSelector |
Select an active task of an execution result.
|
| Workflow |
Workflow data like task, case and session
|