Defining Glue Start Workflow Job Properties
The AWS Glue Start Workflow job allows you to define the workflow that you want to run.
On the Start Workflow Job page you define the parameters relevant to running that job on AWS Glue from Automic Automation.
-
Connection
AWS Glue Connection object containing the relevant information to connect to the application.
To search for a Connection object, start typing its name to limit the list of the objects that match your input.
-
Workflow Name
Select the relevant workflow.
You can click the browse button to the right of the field to open a picker dialog with all the jobs available and select the relevant one.
-
Parameters (Optional)
Allows you to pass arguments created at runtime to AWS Glue in JSON format.
Select one of the options available:
-
None (default)
Select this option if you do not want to pass any parameters to AWS Glue.
-
JSON
Use the JSON field to enter the JSON payload definition.
-
File Path
Use the JSON File Path field to define the path to the JSON file containing the attributes that you want to pass to the application. Make sure that the file is available on the Agent machine (host).
-
The Pre-Process page allows you to define the settings of the Jobs using script statements. These statements are processed before the job is executed, see Setting AWS Glue Job Properties Through Scripts.
See also: