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.

Deploy server side extension zip file from artifacts folder. If project version being deployed does not have zip artifact, then plugin will fail. Build workflow used for the project can use buildSSE plugin operation or any other utility to create zip artifact. Zip artifact will have package.json and index.js files at root level.

Environment/Instance 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 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.