Qorus Integration Engine® Community Edition 6.0.0_dev
Loading...
Searching...
No Matches
OMQ::UserApi::Workflow Namespace Reference

main workflow API namespace More...

Classes

class  DynamicDataHelper
 This class is a helper class that allows workflow dynamic data to be read and updated atomically; the write lock for the data is grabbed in the constructor and released in the destructor. More...
 
class  QorusAsyncArrayStep
 The abstract class for asynchronous array steps. More...
 
class  QorusAsyncStep
 The abstract class for asynchronous steps. More...
 
class  QorusAsyncStepBase
 The Qore base interface class for asynchronous steps. More...
 
class  QorusEventArrayStep
 The abstract class for workflow synchronization event array steps. More...
 
class  QorusEventStep
 The abstract class for workflow synchronization event steps. More...
 
class  QorusEventStepBase
 The Qore base interface class for event steps. More...
 
class  QorusNormalArrayStep
 The abstract class for normal array steps. More...
 
class  QorusNormalStep
 The abstract class for normal steps. More...
 
class  QorusStepBase
 Base class for workflow step classes. More...
 
class  QorusSubworkflowArrayStep
 The abstract class for subworkflow array steps. More...
 
class  QorusSubworkflowStep
 The abstract class for subworkflow steps. More...
 
class  QorusSubworkflowStepBase
 The Qore base interface class for subworkflow steps. More...
 
class  QorusWorkflow
 Base class for workflow classes. More...
 
class  SensitiveDataHelper
 This class is a helper class that allows workflow sensitive data to be read and updated atomically; the write lock for the data is grabbed in the constructor and released in the destructor. More...
 
class  StepDataHelper
 This class is a helper class that allows workflow dynamic step data to be read and updated atomically; the write lock for the data is grabbed in the constructor and released in the destructor. More...
 
class  TempDataHelper
 This class is a helper class that allows workflow temp data to be read and updated atomically; the write lock for the data is grabbed in the constructor and released in the destructor. More...
 
class  WorkflowApi
 primary workflow API class More...
 
class  WorkflowDataHelper
 This class is a helper class that allows workflow dynamic data (DynamicDataHelper) and workflow temp data (TempDataHelper) to be read and updated atomically; the write lock for the data is grabbed in the constructor and released in the destructor. More...
 

Detailed Description

main workflow API namespace

Qorus workflow API namespace.