다음을 통해 공유


WorkflowEnvelopeProperties interface

추가 워크플로 속성입니다.

속성

files

파일을 가져오거나 설정합니다.

flowState

워크플로의 상태를 가져오거나 설정합니다.

health

워크플로 상태를 가져오거나 설정합니다.

속성 세부 정보

files

파일을 가져오거나 설정합니다.

files?: {[propertyName: string]: Record<string, unknown>}

속성 값

{[propertyName: string]: Record<string, unknown>}

flowState

워크플로의 상태를 가져오거나 설정합니다.

flowState?: string

속성 값

string

health

워크플로 상태를 가져오거나 설정합니다.

health?: WorkflowHealth

속성 값