Skip to content

TCI Flogo SDK version : 1.3.0

Compare
Choose a tag to compare
@pdhar-tibco pdhar-tibco released this 05 Apr 19:09
· 598 commits to master since this release

TCI Flogo Enterprise Studio API

The following API changes were made since v1.2.0

  • Changed Class ContribModelService and interface IModelService
    • 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
  • Class WiContributionUtils
    • Added public static getAppConfig(http: Http): Observable<IApplicationConfiguration> function
  • Added Interface IApplicationConfiguration
  • Added Enum APP_DEPLOYMENT values "CLOUD", "ON_PREMISE"
  • Added interface IBaseFlow
    • Added getFlowInputSchema(): ISchema; function
    • Added getFlowOutputSchema(): ISchema; function
  • Added interface IErrorFlow
  • Added interface IMutableErrorFlow
  • Changed interface IFlow
    • Added getErrorFlow(): IErrorFlow; function
  • Changed interface IMutableFlow
    • Added addFlowInputSchema(schema: ISchema): IFlow; function
    • Added addFlowOutputSchema(schema: ISchema): IFlow; function
    • Added addErrorFlow(eflow: IErrorFlow): IMutableFlow; function
  • Added interface IErrorFlow
  • Added interface IMutableErrorFlow
  • Changed interface IFlowElement
    • Added getInputMapping(): IMapping; function
  • Changed interface IMutableFlowElement
    • Added setInputMapping(mapping: IMapping): IFlowElement; function
  • Added interface ITriggerFlowModelMapping

TCI Flogo Enterprise Runtime API

For runtime API changes, please refer to Flogo releases v0.5.3