비공개 트리거를 사용하면 대규모 흐름을 다양한 하위 흐름으로 나눌 수 있습니다. Application Integration 내의 다른 통합 흐름에서만 비공개 트리거를 호출할 수 있습니다. 다른 통합에서만 호출할 수 있으면 보안이 향상되고 위험이 줄어듭니다. 호출자 통합 실행 로그에서 비공개 태스크의 실행 로그를 볼 수 있습니다.
다음 목록에는 비공개 트리거를 사용할 때의 이점이 나와 있습니다.
비용 최소화: 비공개 트리거는 실행 가격 책정에 포함되지 않습니다.
보안 강화: 비공개 트리거를 공개 API와 독립적으로 트리거할 수 없으므로 흐름을 다른 통합에서만 호출하도록 제한합니다.
성능 개선: 비공개 트리거는 하위 통합 콜아웃 간의 지연 시간을 줄여줍니다.
비공개 트리거 추가
비공개 트리거를 추가하려면 다음 단계를 수행합니다.
Google Cloud 콘솔에서 Application Integration 페이지로 이동합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-05(UTC)"],[[["Private triggers allow you to divide large integration flows into smaller, manageable subflows that are only invokable by other integrations."],["Using private triggers can minimize costs, as they do not count towards execution run pricing, while also increasing security by restricting invocation to other integrations."],["Private triggers improve performance by reducing latency in sub-integration callouts, and their execution logs are visible within the invoker integration's logs."],["Private triggers must be tested in unpublished integrations, and they can be invoked from other integrations using specific flow control tasks such as 'Call Integration', 'For Each Loop', 'For Each Parallel', or 'While Loop'."],["Private triggers have a size limit of 25MB that they share with their parent integration, and the private workflow can not be called with a SYNC strategy if it includes async tasks such as 'Timer task', 'Suspend task' or 'Approval task'."]]],[]]