Qorus Integration Engine® Enterprise Edition 6.0.19_prod
Loading...
Searching...
No Matches
Workflow and Service Library Object Types

Variables

public const OMQ::OT_CONSTANT = "CONSTANT"
 for constant library objects
 
public const OMQ::OT_CLASS = "CLASS"
 for class library objects
 
public const OMQ::OT_FUNCTION = "FUNCTION"
 for function library objects
 
public const OMQ::OT_PIPELINE = "PIPELINE"
 for pipeline library objects More...
 
public const OMQ::OT_FSM = "FSM"
 for FSM library objects More...
 
public const OMQ::OT_MAPPER = "MAPPER"
 for mapper library objects (only for pipelines and FSMs) More...
 

Detailed Description

These are the possible library object types for workflows and services

Variable Documentation

◆ OT_FSM

public const OMQ::OT_FSM = "FSM"

for FSM library objects

Since
Qorus 5.0

◆ OT_MAPPER

public const OMQ::OT_MAPPER = "MAPPER"

for mapper library objects (only for pipelines and FSMs)

Since
Qorus 5.0

◆ OT_PIPELINE

public const OMQ::OT_PIPELINE = "PIPELINE"

for pipeline library objects

Since
Qorus 5.0