본문으로 건너뛰기

Connected Flow 제거하기

문법

python
report.remove_connection(connection_key)

예제

python
report.remove_connection("retired_strength_check")

connection의 모든 input/result mapping과 current projection이 함께 제거될 대상으로 표시됩니다. 이전 Flow Run과 ResultSnapshot은 audit 이력에 유지됩니다. Apply는 draft를 바꾸고 Save가 새 Report revision을 만듭니다.

다음 단계