Class CreateExecutionRequest (1.6.3)

CreateExecutionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the CreateExecution method.

Attributes

NameDescription
parent str
Required. Name of the workflow for which an execution should be created. Format: projects/{project}/locations/{location}/workflows/{workflow} The latest revision of the workflow will be used.
execution google.cloud.workflows.executions_v1.types.Execution
Required. Execution to be created.