Releases: TIBCOSoftware/tci-flogo
TCI Flogo SDK version : 1.9.0
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
- Added support for
-
Introduced function contributions
- Added
IFunctionContribution
to let the user to contribute functions
- Added
TCI Flogo Enterprise Runtime API
For runtime API changes, please refer to Flogo releases v0.9.2
TCI Flogo SDK version : 1.8.0
TCI Flogo Enterprise Studio API
The following API changes were made since v1.7.0
-
Changed interface
IFieldDefinition
- Added support for
array
andobject
support and deprecatingcomplex_object
type
- Added support for
-
Changed interface
IValidationResult
- Added
setWarning(warningCode: string, warningMessage: string): IValidationResult;
andgetWarnings(): IValidationWarning[];
functions
- Added
TCI Flogo Enterprise Runtime API
For runtime API changes, please refer to Flogo releases v0.9.2
TCI Flogo SDK version : 1.7.0
TCI Flogo Enterprise Studio API
The following API changes were made since v1.5.0
-
Changed interface
IContributionContext
- Added
getCurrentFlowName(): string;
function
- Added
-
Changed interface
IBaseFlow
which was extended byIFlow
- Added
isTriggerFlow(): boolean;
function
- Added
TCI Flogo Enterprise Runtime API
For runtime API changes, please refer to Flogo releases v0.5.8
TCI Flogo SDK version : 1.5.0
TCI Flogo Enterprise Studio API
The following API changes were made since v1.4.0
-
Changed interface
IConnectorContribution
- Added
getField(name: string): IFieldDefinition
function
- Added
-
Changed interface
IValidationResult
and classValidationResult
- Added
isEncryptable(): boolean;
function - Added
setEncryptable(res: boolean): IValidationResult;
function
- Added
-
Changed Enum
EnumValidationState
- Added new enum value
WI_ENCRYPTABLE
- Added new enum value
TCI Flogo Enterprise Runtime API
For runtime API changes, please refer to Flogo releases v0.5.6
TCI Flogo SDK version : 1.4.0
The following API changes were made since v1.3.0
- Added new interface
IMetadataRegistry
- Added new enumeration
MetaDataFieldType
- Added new property
iteratorMappings?: IMapping;
toAbstractBaseFlowElement
- Added new interface
IContributionFeature
- Added new interface
IFeatureDictionary
- Added new enumeration
ContributionFeatureEnum
- Added new attribute
exportable
to interfaceIFieldDefinition
- Added new attribute
feature
to interfaceIActivityContribution
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
Web Integrator SDK version : 1.2.0
Update docs closes #7
Web Integrator SDK version : 1.1.0
Added WiContribMessaging for contribution inter field dependency.
Added wi-cli tooling version: 1.0.0
Web Integrator SDK version : 1.0.0
Adjusted image size