Skip to content

Module: main

This module is the entry point of the workflow engine. It contains the main function that is responsible for running the workflows.

main(arguments)

Main function of the application (entrypoint).

Parameters:

Name Type Description Default
arguments Namespace

Arguments passed to the application.

required

Returns:

Type Description
int

Exit status code of the application.

main_cli()

Main function of the application (entrypoint) for the command line interface.