![]() |
Qorus Integration Engine®
4.0.3.p2_git
|
Creates a workflow order. More...
Public Member Methods | |
| constructor (string name, hash< auto > staticdata, *hash< auto > create_opts) | |
| creates the action with the workflow name, static data, and other optional information More... | |
| run (QorusInterfaceTest t) | |
| int | wfiid () |
| returns the workflow instance ID created | |
Public Member Methods inherited from QorusInterfaceTest::Action | |
| constructor () | |
| creates the object | |
Creates a workflow order.
| QorusInterfaceTest::CreateOrder::constructor | ( | string | name, |
| hash< auto > | staticdata, | ||
| *hash< auto > | create_opts | ||
| ) |
creates the action with the workflow name, static data, and other optional information
| name | the workflow name for the order |
| staticdata | the workflow order's static data |
| create_opts | any other options (except staticdata) to be used when creating the workflow order |
|
virtual |
| t | QorusInterfaceTest test object |
Implements QorusInterfaceTest::Action.