Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description of the operation hereEach server side extension will be it's own project in FlexDeploy. We recommend that source code for each extension is stored in Source Control Systems like Git, Subversion in unique folder.

Build workflow must contain SCM plugin operations to extract source code for specific extension followed by this operation. This operation will find package.json file in extracted source to generate zip file appropriately. Generated zip file is saved as project version artifact in FlexDeploy, which will be used during Deploy workflow execution.

Environment/Instance Properties

Property NameProperty CodeRequiredDescription
OCC AccountFDOCC_CLOUD_ACCOUNT_CODEYes

The Oracle CX Commere account with all the required properties like URL, App Key etc.

Account will be different for every OCC environment.

Project Properties

Property NameProperty CodeRequiredDescription
Server Side Extension NameFDOCC_SSE_EXT_NAMEYes

The name of server side extension for Oracle CX Commerce.

Defaults to FlexDeploy project name. It is preferable to store extension source in a folder with name of the extension and use same for FlexDeploy project name.

Inputs

Input NameInput CodeRequiredDescription




Outputs

Output NameDescription


Artifacts

...

This operation doesn’t consume or produce any artifacts.

This operation consumes artifacts from the artifacts repository.

This operation produces artifacts that will be stored in the artifacts repository.This operation delegates the consume/produce artifacts decision to the workflow developer.

Endpoint Selection

...

This operation will select all available endpoints associated to the environment instance which have resource type of {Resource Type}.

This operation will select all available endpoints associated to the environment/instance.

This operation delegates the selection to the workflow developer to determine.

...

/instance. You can add any endpoint to environment/instance as this operation does not depend on any external libraries or utilities.

Endpoint Execution

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

This operation will execute on all of the selected endpoints and will execute on each of the selected endpoints.

This operation will select all available endpoints associated to the environment instance which have resource type of {resource type}.

This operations delegates the execution to the workflow developer to decide.

Special Considerations

[Delete section if not needed]

Describe any dependencies between properties that may exist or anything that that isn’t really covered above but is relevant to this operation.