다음을 통해 공유


OperationResult 클래스

작업 결과 정의입니다.

변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.

상속
azure.mgmt.web.v2023_01_01.models._models_py3.OperationResultProperties
OperationResult

생성자

OperationResult(*, start_time: datetime | None = None, end_time: datetime | None = None, correlation: _models.RunActionCorrelation | None = None, status: str | _models.WorkflowStatus | None = None, code: str | None = None, error: Any | None = None, retry_history: List[_models.RetryHistory] | None = None, iteration_count: int | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
start_time

워크플로 scope 반복의 시작 시간입니다.

end_time

워크플로 scope 반복의 종료 시간입니다.

correlation

상관 관계 속성입니다.

status

워크플로 scope 반복의 상태. 알려진 값은 "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Canceled", "Failed", "Faulted", "TimedOut", "Aborted" 및 "Ignored"입니다.

code
str

워크플로 scope 반복 코드입니다.

error
any

아무 것도 아닙니다.

retry_history

재시도 기록을 가져옵니다.

iteration_count
int

변수

Name Description
start_time

워크플로 scope 반복의 시작 시간입니다.

end_time

워크플로 scope 반복의 종료 시간입니다.

correlation

상관 관계 속성입니다.

status

워크플로 scope 반복의 상태. 알려진 값은 "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Canceled", "Failed", "Faulted", "TimedOut", "Aborted" 및 "Ignored"입니다.

code
str

워크플로 scope 반복 코드입니다.

error
any

아무 것도 아닙니다.

tracking_id
str

추적 ID를 가져옵니다.

inputs
<xref:JSON>

입력을 가져옵니다.

inputs_link

입력에 대한 링크를 가져옵니다.

outputs
<xref:JSON>

출력을 가져옵니다.

outputs_link

출력에 대한 링크를 가져옵니다.

tracked_properties
<xref:JSON>

추적된 속성을 가져옵니다.

retry_history

재시도 기록을 가져옵니다.

iteration_count
int