Qorus Integration Engine®  4.0.3.p2_git
QorusInterfaceTest::CheckRunningWorkflow Class Reference

ensure a workflow is running More...

Inheritance diagram for QorusInterfaceTest::CheckRunningWorkflow:
QorusInterfaceTest::Action

Public Member Methods

 constructor (string name, *string version, timeout timeout_ms=60s, QorusSystemRestHelper rest=qrest)
 create the object according to the arguments More...
 
 run (QorusInterfaceTest t)
 
- Public Member Methods inherited from QorusInterfaceTest::Action
 constructor ()
 creates the object
 

Private Attributes

string m_path
 the URI path of the workflow to check
 
string m_desc
 a descriptive string for the workflow
 
QorusSystemRestHelper m_rest
 REST connection.
 

Detailed Description

ensure a workflow is running

Member Function Documentation

◆ constructor()

QorusInterfaceTest::CheckRunningWorkflow::constructor ( string  name,
*string  version,
timeout  timeout_ms = 60s,
QorusSystemRestHelper  rest = qrest 
)

create the object according to the arguments

Parameters
namethe workflow name
versionthe optional workflow version string
timeout_msthe timeout to wait if the workflow is running in milliseconds
restthe REST connection object to the Qorus server

◆ run()

QorusInterfaceTest::CheckRunningWorkflow::run ( QorusInterfaceTest  t)
virtual
Parameters
tQorusInterfaceTest test object

checks if the given workflow is running

Implements QorusInterfaceTest::Action.


The documentation for this class was generated from the following file: