Versions Compared

Key

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

Next we will create reusable workflows which define the build and deployment processes for Oracle EBS. These workflows can be used by many EBS projects to build and deploy customizations.

Select Workflows from the menu. Click the plus icon in the Workflows navigation tree to create a workflow.

...

Repeat the steps in this section to create the deploy workflow.

 

Workflow Name

Workflow Steps

DeployEBS

Oracle EBS -> deploy

Step Output

Value

FDEBS_OUT_DEPLOYED_FILES_LIST

DeployedFiles

FDEBS_OUT_SKIPPED_FILES_LIST

SkippedFiles


The step outputs above set the values returned from the deploy plugin operation into local workflow variables. The DeployedFiles and SkippedFiles variables must now be created in the DeployEBS workflow.

...

Finally, we must associate the workflow to the EBS instance (note that we skipped this step when we created the EBS Instance). Edit the EBS instance (Topology -> Instances) and associate the BuildEBS and DeployEBS workflows by shuttling them from the list of available workflows on the left to the list of selected workflows on the right.

Next step      Back