Deploying the workflow exit in the ION Grid

If you do not have a web server available to deploy your workflow exit code, you can deploy it in the ION Grid. This is only possible if you developed your workflow exit in Java and constructed a war file from it. You can deploy this war file in the ION Grid.

  1. Open the ION Grid Management Pages as a Grid administrator.
  2. Select Configuration Manager > Applications > Application Repository.
  3. Click Upload Application.
  4. In the Upload Application window, click the Web Application tab.
  5. Click Browse and select your war file.
  6. Specify this information:
    Application Type Name
    Specify a name for your workflow exit application. For example, WorkflowExit.
  7. Ensure you leave the Parent Class Loader First check box cleared.
  8. Click Upload.
    When the upload is finished, your application is displayed in a row of the Repository Applications grid.
  9. Click deploy to deploy it in the ION Grid.
  10. In the Install Options window, click Finish.
    Your workflow exit web service is now running. To lookup its URL:
    1. Open the ION Grid Management Pages as a Grid administrator.
    2. Select Topology View > Applications and select your application name, such as WorkflowExit.
    3. Click Web Components.
    4. In the context Roots section, click 3 entrypoints.
      The http-URL is the URL concatenated with “/ExternalLogicExecuter?wsdl” to use in the URL parameter of the workflow exit point activity.