에지는 통합에서 두 요소 간의 연결입니다.
연결은 한 요소(태스크 또는 트리거)에서 다른 요소로 제어 흐름의 방향을 나타냅니다.
연결은 트리거와 태스크 사이 또는 태스크와 다른 태스크 사이의 연결일 수 있습니다.
포크 및 조인과 함께 에지를 사용하면 통합에서 복잡한 분기 및 조건을 구현할 수 있습니다. 자세한 내용은 포크 및 조인을 참조하세요.
예를 들어 이메일 보내기 태스크에서 통합 호출 태스크까지의 에지가 있으면 이메일 전송 태스크가 실행된 후 실행할 다음 태스크가 통합 호출 태스크입니다. 또한 에지에서는 조건부 검사를 지원합니다. 다음 태스크로 제어가 전달되기 전에 에지에서 조건을 확인하고 결과를 기반으로 태스크를 실행할지 여부를 결정합니다.
지원되는 조건부 확인에 대한 자세한 내용은 에지 조건을 참조하세요.
에지 조건
에지 조건을 사용하면 에지로 연결된 태스크에 전달할 통합 컨트롤에 대해 충족되어야 하는 조건을 지정할 수 있습니다. 태스크는 지정된 조건이 충족되는 경우에만 실행됩니다. 에지 조건은 태스크에 여러 수신 에지가 있고 각 에지가 태스크 전 특정 조건을 검사하는 경우에 유용합니다.
다음 단계를 사용하여 에지 조건을 지정합니다.
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-09-04(UTC)"],[[["\u003cp\u003eEdges represent connections between elements in an integration, defining the control flow direction between triggers and tasks or between tasks themselves.\u003c/p\u003e\n"],["\u003cp\u003eEdge conditions allow you to set specific criteria that must be met for the control to pass to the task connected by the edge, enabling conditional execution.\u003c/p\u003e\n"],["\u003cp\u003eOperators such as \u003ccode\u003e=\u003c/code\u003e, \u003ccode\u003e!=\u003c/code\u003e, \u003ccode\u003e<\u003c/code\u003e, \u003ccode\u003e<=\u003c/code\u003e, \u003ccode\u003e>\u003c/code\u003e, \u003ccode\u003e>=\u003c/code\u003e, \u003ccode\u003e:\u003c/code\u003e, \u003ccode\u003eAND\u003c/code\u003e, \u003ccode\u003eOR\u003c/code\u003e, and \u003ccode\u003eNOT\u003c/code\u003e are supported for constructing edge conditions, allowing for a variety of logical checks.\u003c/p\u003e\n"],["\u003cp\u003eFunctions like \u003ccode\u003eexists\u003c/code\u003e, \u003ccode\u003edoes_not_exist\u003c/code\u003e, \u003ccode\u003eis_empty\u003c/code\u003e, and \u003ccode\u003eis_not_empty\u003c/code\u003e can be used within edge conditions to check for the presence, absence, or state of variables.\u003c/p\u003e\n"],["\u003cp\u003eTo use variables within the conditions, it is necessary to use dollar signs on either side of the variable name (i.e. \u003ccode\u003e$variableName$\u003c/code\u003e), and when checking multiple conditions they should be split into individual checks combined with AND/OR.\u003c/p\u003e\n"]]],[],null,[]]