Qorus Integration Engine®  4.0.3.p2_git
com.qoretechnologies.qorus.test.CheckRunningWorkflow Class Reference

This class will ensure a workflow is running. More...

Inheritance diagram for com.qoretechnologies.qorus.test.CheckRunningWorkflow:
com.qoretechnologies.qorus.test.Action org::qore::jni::QoreObjectWrapper

Public Member Methods

 CheckRunningWorkflow (String name, String version, int timeout_ms) throws Throwable
 creates the object according to the arguments More...
 
 CheckRunningWorkflow (String name, String version) throws Throwable
 creates the object according to the arguments More...
 
 CheckRunningWorkflow (String name) throws Throwable
 creates the object according to the arguments More...
 
Object run (QorusInterfaceTest t) throws Throwable
 checks if the given workflow is running More...
 

Additional Inherited Members

- Private Member Methods inherited from com.qoretechnologies.qorus.test.Action
 Action (QoreObject obj)
 protected constructor to create the wrapper object
 

Detailed Description

This class will ensure a workflow is running.

Constructor & Destructor Documentation

◆ CheckRunningWorkflow() [1/3]

com.qoretechnologies.qorus.test.CheckRunningWorkflow.CheckRunningWorkflow ( String  name,
String  version,
int  timeout_ms 
) throws Throwable
inline

creates 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

◆ CheckRunningWorkflow() [2/3]

com.qoretechnologies.qorus.test.CheckRunningWorkflow.CheckRunningWorkflow ( String  name,
String  version 
) throws Throwable
inline

creates the object according to the arguments

Parameters
namethe workflow name
versionthe optional workflow version string

◆ CheckRunningWorkflow() [3/3]

com.qoretechnologies.qorus.test.CheckRunningWorkflow.CheckRunningWorkflow ( String  name) throws Throwable
inline

creates the object according to the arguments

Parameters
namethe workflow name

Member Function Documentation

◆ run()

Object com.qoretechnologies.qorus.test.CheckRunningWorkflow.run ( QorusInterfaceTest  t) throws Throwable
inline

checks if the given workflow is running

Parameters
tQorusInterfaceTest test object

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