TCI Flogo SDK version : 1.3.0
TCI Flogo Enterprise Studio API
The following API changes were made since v1.2.0
- Changed Class
ContribModelService
and interfaceIModelService
- Added
createErrorFlow(name: string, description: string): IMutableErrorFlow;
function - Added
createMapping(): IMutableMapping
function - Added
createMapExpression(): IMutableMapExpression;
function - Added
createMutableApplication(name: string): IMutableApplication;
function - Added
createMutableTriggerFlowModelMapping(triggerElement: ITriggerElement, flowModel: IFlow): IMutableTriggerFlowModelMapping ;
function
- Added
- Class WiContributionUtils
- Added
public static getAppConfig(http: Http): Observable<IApplicationConfiguration>
function
- Added
- Added Interface
IApplicationConfiguration
- Added Enum
APP_DEPLOYMENT
values"CLOUD", "ON_PREMISE"
- Added interface
IBaseFlow
- Added
getFlowInputSchema(): ISchema;
function - Added
getFlowOutputSchema(): ISchema;
function
- Added
- Added interface
IErrorFlow
- Added interface
IMutableErrorFlow
- Changed interface
IFlow
- Added
getErrorFlow(): IErrorFlow;
function
- Added
- Changed interface
IMutableFlow
- Added
addFlowInputSchema(schema: ISchema): IFlow;
function - Added
addFlowOutputSchema(schema: ISchema): IFlow;
function - Added
addErrorFlow(eflow: IErrorFlow): IMutableFlow;
function
- Added
- Added interface
IErrorFlow
- Added interface
IMutableErrorFlow
- Changed interface
IFlowElement
- Added
getInputMapping(): IMapping;
function
- Added
- Changed interface
IMutableFlowElement
- Added
setInputMapping(mapping: IMapping): IFlowElement;
function
- Added
- Added interface
ITriggerFlowModelMapping
TCI Flogo Enterprise Runtime API
For runtime API changes, please refer to Flogo releases v0.5.3