AWS Glue

2022/01/13 - AWS Glue - 1 updated api methods

Changes  This SDK release adds support to pass run properties when starting a workflow run

StartWorkflowRun (updated) Link ΒΆ
Changes (request)
{'RunProperties': {'string': 'string'}}

Starts a new run of the specified workflow.

See also: AWS API Documentation

Request Syntax

client.start_workflow_run(
    Name='string',
    RunProperties={
        'string': 'string'
    }
)
type Name

string

param Name

[REQUIRED]

The name of the workflow to start.

type RunProperties

dict

param RunProperties

The workflow run properties for the new workflow run.

  • (string) --

    • (string) --

rtype

dict

returns

Response Syntax

{
    'RunId': 'string'
}

Response Structure

  • (dict) --

    • RunId (string) --

      An Id for the new run.