![]() |
Qorus Integration Engine® Community Edition 6.0.0_dev
|
Unblocks a workflow order. More...
Public Member Methods | |
constructor (int wfiid, string status=OMQ::StatReady) | |
creates the action with the workflow instance ID More... | |
run (QorusInterfaceTest t) | |
![]() | |
constructor () | |
creates the object | |
abstract any | run (QorusInterfaceTest t) |
runs the test More... | |
Unblocks a workflow order.
QorusInterfaceTest::UnblockOrder::constructor | ( | int | wfiid, |
string | status = OMQ::StatReady |
||
) |
creates the action with the workflow instance ID
wfiid | the workflow instance ID |
status | the expected status after unblocking |
|
virtual |
t | QorusInterfaceTest test object |
Implements QorusInterfaceTest::Action.