Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Current »

Builds a deployment artifact that contains WebCatalog objects.

All WebCatalog objects are supported for both full and package-project deployments. If package-project deployment is used, all objects are populated into a single object type called WebCatalog Objects, and file extensions are added to map to the underlying OAC object type (e.g. Folder, Data Model, Analysis, Report, etc).

Source Control

  • Full deployment mode - objects are downloaded from a source OAC instance.

  • Package-project deployment mode - objects can be sourced from either a source OAC or SCM instance.

Endpoint Tip

This operation uses HTTP operations to communicate remotely to the OAC instance, and therefore, can be executed on any endpoint (including LOCALHOST).

Target Properties

Property Name

Property Code

Required

Description

OAC Account

FDOAC_CLOUD_ACCOUNT_CODE

Yes

The OAC account with all the required properties like URL, Username, Password, and OAuth details etc. for running OAC Instance. Cloud account details are used to download or upload catalog items.

OAC Account can be managed on Integrations - Cloud page

FlexDeploy 9.0.0.2 or lower used three properties instead of OAC Account - FDOAC_SERVER_HOST, FDOAC_USER, FDOAC_PASSWORD. If upgrading from FlexDeploy 9.0.0.2 or lower, OAC cloud account will be automatically created from target properties (URL, Username, Password). One cloud account will be created for each Target.

Project Properties

Property Name

Property Code

Required

Description

OAC WebCat Object Path

FDOAC_OBJECT_PATH

Yes

The WebCatalog path to be recursively exported. Separate folders with a forward slash (/) (e.g. /shared/Custom/Financials).

Default value is "/shared/Custom".

OAC Analytics WSDL Path

FDOAC_ANALYTICS_WSDL_PATH

No

The path to the analytics WSDL. We don’t recommend changing this option unless the OAC instance you are using has a different path to the analytics WSDL. Use at your own risk.

Default value - /analytics-ws/saw.dll/wsdl/v12

Discover Sub-Files

FDOAC_DISCOVER_SUB_ITEMS

No

Select the objects to make their sub-files to be discoverable in the file catalog.

Project File Includes

FD_PARTIAL_FILE_INCLUDES

No

Controls files included from Project Files. Enter expressions separated by ##. Leave empty to select all files. Begin or end the expression with * for simple wildcards. Otherwise, regex is used. (e.g. /Custom/*##*.xdo##*Risk Management*##(.*)Workflow Notifications(.*)

Project File Excludes

FD_PARTIAL_FILE_EXCLUDES

No

Controls files excluded in Project Files. Enter expressions separated by ##. Leave empty to select all files. Begin or end the expression with * for simple wildcards. Otherwise, regex is used. (e.g. /Custom/*##*.xdo##*Risk Management*##(.*)Workflow Notifications(.*)

Inputs

Input Name

Input Code

Required

Description

Copy Object Permissions

FDOAC_INP_COPY_PERMISSIONS

Yes

Copy object with current permissions. If false, parent folder permissions in the deploy environment will be used.

Keep Timestamps

FDOAC_INP_PRESERVE_TIMESTAMPS

No

Export object with timestamp details.

Artifacts

This operation produces an archive file of the object specified in the OAC WebCatalog Object Path if the project is configured for full deployments.  If the project is a package-project, then the artifact will be a zipped directory containing the archive files for each built object. The zip/archive files are suitable for the deploy operation.

Endpoint Selection

This operation delegates endpoint selection to the workflow developer. The workflow editor will default the selection to "All", which selects all available endpoints associated with the target. Selecting a specific resource will result in the selection of endpoints associated with the target which have that resource defined.

Endpoint Execution

This operation delegates endpoint execution to the workflow developer. The workflow editor will default to "Any", which will execute on any one of the selected endpoints, which will be randomly picked from selected endpoints or a specific endpoint where the previous step may have been executed. Changing this value to "All" will result in execution on all selected endpoints.

  • No labels