run-workflow

command
v3.0.0-milestone.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

README

Run a workflow

This example shows how the Alien4Cloud go client can be used to run a workflow on a deployed application.

Prerequisites

An application has been deployed as described in Create an deploy an application example.

Running this example

Build this example:

cd examples/run-workflow
go build -o run.test

Now, run this example providing in arguments:

  • the Alien4Cloud URL
  • credentials of the user who has deployed the application
  • the name of the application
  • the workflow to run.

For example, to re-use the Forge Web application sample deployed in Create an deploy an application example, which is providing workflows killWebServer, stopWebServer, startWebServer, this would give :

./run.test -url https://1.2.3.4:8088 \
           -user myuser \
           -password mypasswd \
           -app myapp \
           -workflow stopWebServer

You can also specify the option -events to see workflow events received during the workflow execution. Else (default case), workflow logs will be printed.

What's next

To undeploy and delete this application, see Undeploy and Delete application example.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL