Workflow Class

The workflow type.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.logic.models._models_py3.Resource
Workflow

Constructor

Workflow(*, location: str | None = None, tags: Dict[str, str] | None = None, identity: ManagedServiceIdentity | None = None, state: str | WorkflowState | None = None, endpoints_configuration: FlowEndpointsConfiguration | None = None, access_control: FlowAccessControlConfiguration | None = None, integration_account: ResourceReference | None = None, integration_service_environment: ResourceReference | None = None, definition: Any | None = None, parameters: Dict[str, WorkflowParameter] | None = None, **kwargs)

Keyword-Only Parameters

Name Description
location
str

The resource location.

tags

A set of tags. The resource tags.

identity

Managed service identity properties.

state

The state. Possible values include: "NotSpecified", "Completed", "Enabled", "Disabled", "Deleted", "Suspended".

endpoints_configuration

The endpoints configuration.

access_control

The access control configuration.

integration_account

The integration account.

integration_service_environment

The integration service environment.

definition
any

The definition.

parameters

The parameters.

Variables

Name Description
id
str

The resource id.

name
str

Gets the resource name.

type
str

Gets the resource type.

location
str

The resource location.

tags

A set of tags. The resource tags.

identity

Managed service identity properties.

provisioning_state

Gets the provisioning state. Possible values include: "NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Moving", "Updating", "Registering", "Registered", "Unregistering", "Unregistered", "Completed", "Renewing", "Pending", "Waiting", "InProgress".

created_time

Gets the created time.

changed_time

Gets the changed time.

state

The state. Possible values include: "NotSpecified", "Completed", "Enabled", "Disabled", "Deleted", "Suspended".

version
str

Gets the version.

access_endpoint
str

Gets the access endpoint.

endpoints_configuration

The endpoints configuration.

access_control

The access control configuration.

sku
Sku

The sku.

integration_account

The integration account.

integration_service_environment

The integration service environment.

definition
any

The definition.

parameters

The parameters.