Skip to content

Releases: TIBCOSoftware/tci-flogo

TCI Flogo SDK version : 1.9.0

07 Sep 00:30
4ef2c53
Compare
Choose a tag to compare

TCI Flogo Enterprise Studio API

The following API changes were made since v1.8.0

  • Changed interface IApplication

    • Added support for getTriggers to get the list of triggers used in the application
  • Introduced function contributions

    • Added IFunctionContribution to let the user to contribute functions

TCI Flogo Enterprise Runtime API

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

TCI Flogo SDK version : 1.8.0

17 Jun 18:42
Compare
Choose a tag to compare

TCI Flogo Enterprise Studio API

The following API changes were made since v1.7.0

  • Changed interface IFieldDefinition

    • Added support for array and object support and deprecating complex_object type
  • Changed interface IValidationResult

    • Added setWarning(warningCode: string, warningMessage: string): IValidationResult; and getWarnings(): IValidationWarning[]; functions

TCI Flogo Enterprise Runtime API

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

TCI Flogo SDK version : 1.7.0

28 Feb 22:45
8fc3da0
Compare
Choose a tag to compare

TCI Flogo Enterprise Studio API

The following API changes were made since v1.5.0

  • Changed interface IContributionContext

    • Added getCurrentFlowName(): string; function
  • Changed interface IBaseFlow which was extended by IFlow

    • Added isTriggerFlow(): boolean; function

TCI Flogo Enterprise Runtime API

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

TCI Flogo SDK version : 1.5.0

27 Aug 21:37
8fc3da0
Compare
Choose a tag to compare

TCI Flogo Enterprise Studio API

The following API changes were made since v1.4.0

  • Changed interface IConnectorContribution

    • Added getField(name: string): IFieldDefinition function
  • Changed interface IValidationResult and class ValidationResult

    • Added isEncryptable(): boolean; function
    • Added setEncryptable(res: boolean): IValidationResult; function
  • Changed Enum EnumValidationState

    • Added new enum value WI_ENCRYPTABLE

TCI Flogo Enterprise Runtime API

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

TCI Flogo SDK version : 1.4.0

18 Jul 17:35
8fc3da0
Compare
Choose a tag to compare

The following API changes were made since v1.3.0

  • Added new interface IMetadataRegistry
  • Added new enumeration MetaDataFieldType
  • Added new property iteratorMappings?: IMapping; to AbstractBaseFlowElement
  • Added new interface IContributionFeature
  • Added new interface IFeatureDictionary
  • Added new enumeration ContributionFeatureEnum
  • Added new attribute exportable to interface IFieldDefinition
  • Added new attribute feature to interface IActivityContribution

TCI Flogo SDK version : 1.3.0

05 Apr 19:09
Compare
Choose a tag to compare

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

Web Integrator SDK version : 1.2.0

12 Mar 22:42
Compare
Choose a tag to compare
Update docs closes #7

Web Integrator SDK version : 1.1.0

13 Oct 22:31
Compare
Choose a tag to compare

Added WiContribMessaging for contribution inter field dependency.
Added wi-cli tooling version: 1.0.0

Web Integrator SDK version : 1.0.0

01 Sep 17:07
Compare
Choose a tag to compare