start_flow
(**kwargs)¶Activates an existing flow. For on-demand flows, this operation runs the flow immediately. For schedule and event-triggered flows, this operation activates the flow.
See also: AWS API Documentation
Request Syntax
response = client.start_flow(
flowName='string'
)
[REQUIRED]
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
{
'flowArn': 'string',
'flowStatus': 'Active'|'Deprecated'|'Deleted'|'Draft'|'Errored'|'Suspended',
'executionId': 'string'
}
Response Structure
The flow's Amazon Resource Name (ARN).
Indicates the current status of the flow.
Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.
Exceptions
Appflow.Client.exceptions.ResourceNotFoundException
Appflow.Client.exceptions.InternalServerException
Appflow.Client.exceptions.ServiceQuotaExceededException
Appflow.Client.exceptions.ConflictException