Versions Compared

Key

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

...

Repeat the steps in this section to create the following workflows.

Workflow Name

Workflow Steps

deployADF

FlexagonWebLogicPlugin->deploy (to deploy the EAR)

buildSOA

InvokeWorkflow -> SCM-ExportSource (to checkout the composite project)
FlexagonSOAPlugin->soaBuild (to build the SOA artifacts)

deploySOA

FlexagonSOAPlugin->soaDeploy (to build the SOA artifacts)

Associate Workflow to various Instances

Finally, we must make the workflow properties we created available to projects which use those workflows. This is accomplished by associating the workflow to the instance(s) the workflow will run on (note that we skipped this step when we created the BuildInstance). Edit the BuildInstance instance and associate the buildADF workflow to it by shuttling it from the list of available workflows on the left to the list of selected workflows on the right.

Image RemovedImage Added
Don't forget to associate other instances to workflows, see details below.

InstanceAssociated Workflow(s)
BuildSOABuildSOA
BuildInstanceBuildADF
SOA1DeploySOA
ADF1DeployADF

For more information regarding inputs for these plugin operations refer to the plugin guides.

...