Qorus Integration Engine® Enterprise Edition 6.0.15_prod
Loading...
Searching...
No Matches
Step Function Types

Variables

public const QorusObjectParser::FT_Step = "STEP"
 step function type
 
public const QorusObjectParser::FT_Generic = "GENERIC"
 generic function type
 
public const QorusObjectParser::FT_AsyncStart = "ASYNC-START"
 async start function type for async steps
 
public const QorusObjectParser::FT_AsyncEnd = "ASYNC-END"
 async end function type for async steps
 
public const QorusObjectParser::FT_Validation = "VALIDATION"
 validation function type
 
public const QorusObjectParser::FT_Array = "ARRAY"
 array function type
 
public const QorusObjectParser::FT_Subworkflow = "SUBWORKFLOW"
 subworkflow function type
 
public const OMQ::FT_Step = "STEP"
 step function type
 
public const OMQ::FT_Generic = "GENERIC"
 generic function type
 
public const OMQ::FT_AsyncStart = "ASYNC-START"
 async start function type for async steps
 
public const OMQ::FT_AsyncEnd = "ASYNC-END"
 async end function type for async steps
 
public const OMQ::FT_Validation = "VALIDATION"
 validation function type
 
public const OMQ::FT_Array = "ARRAY"
 array function type
 
public const OMQ::FT_Subworkflow = "SUBWORKFLOW"
 subworkflow function type
 

Detailed Description

These are the possible function types for step functions