통합 실행 중에 컨트롤이 타이머 태스크에 도달하면 지정된 제한 시간 동안 실행이 일시중지되고 타이머 태스크 이후의 모든 태스크가 정지됩니다. 이 태스크는 통합의 자동 재개만 지원합니다. 일시중지 시간이 만료되면 통합 실행이 자동으로 재개됩니다. 예를 들어 타이머 태스크를 180초로 설정하면 실행이 3분 동안 일시중지된 후 자동으로 재개됩니다.
승인 태스크, 정지 태스크, 타이머 태스크 비교
세 가지(승인, 일시중지, 타이머) 태스크는 통합 일시중지 및 재개와 비슷한 기능을 수행합니다. 하지만 미묘한 차이가 있습니다. 다음 표에서는 세 가지 태스크의 차이점을 설명합니다.
승인 태스크
정지 태스크
타이머 태스크
통합의 자동 재개를 지원하지 않으며 통합을 재개하려면 수동으로 개입해야 합니다.
통합의 수동 및 자동 재개를 모두 지원합니다. 수동으로 개입하여 일시중지를 취소하지 않으면 통합은 일시중지 시간 제한이 만료된 후에 자동으로 재개를 실행합니다.
통합 자동 재개만 지원합니다. 일시중지 제한 시간이 만료되면 통합 실행이 자동으로 재개됩니다.
API 호출을 통해 통합을 재개할 수 없습니다. 통합 UI를 사용하여 일시중지를 수동으로 해결해야 합니다.
통합에 Suspensions API를 사용하여 통합을 재개할 수 있습니다.
통합 자동 재개만 지원합니다.
통합이 일시중지(정지)되면 사용자에게 알림이 전송됩니다.
통합이 일시중지(정지)되면 사용자에게 알림이 전송되지 않습니다.
통합이 일시중지(정지)되면 사용자에게 알림이 전송되지 않습니다.
통합을 재개하기 전에 조건부 검사를 수행할 수 있는 출력 변수(부울)를 지원합니다. 그러나 출력 변수에는 true 또는 false 값만 있을 수 있습니다.
통합을 재개하기 전에 조건부 검사를 수행할 수 있는 출력 변수(문자열)를 지원합니다. 임의의 값을 출력 변수로 설정할 수 있습니다.
출력 변수를 지원하지 않습니다.
타이머 태스크 구성
타이머 태스크를 구성하려면 다음 안내를 따르세요.
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\u003eThe Timer task in Application Integration allows you to pause integration execution for a specified duration before automatically resuming.\u003c/p\u003e\n"],["\u003cp\u003eUnlike the Approval and Suspend tasks, the Timer task only supports automatic resumption and does not require or allow manual intervention.\u003c/p\u003e\n"],["\u003cp\u003eThe Timer task's pause duration is configurable via the "Timeout after" property and "Time unit," with a default of 120 seconds (2 minutes) and a maximum limit of 31 days.\u003c/p\u003e\n"],["\u003cp\u003eThe Timer task does not support output variables or user notifications when an integration pauses, differing from other similar tasks like the Approval and Suspend tasks.\u003c/p\u003e\n"],["\u003cp\u003eYou can configure a Timer task to pause an integration by setting a desired timeout and time unit in the task configuration pane, and this task is part of the broader set of supported connectors for Application Integration.\u003c/p\u003e\n"]]],[],null,["# Timer task\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nTimer task\n==========\n\nThe **Timer** task lets you add a time delay to the\nintegration execution flow.\n\nDuring an integration execution, when the control reaches the Timer task, execution is paused for the specified time limit, and all tasks after the Timer task are suspended. This task supports only automatic resumption of an integration. The integration execution automatically resumes after the expiry of the suspension time limit. For example, if you set the timer task to 180 seconds, the execution is paused for 3 minutes before resuming automatically.\n| **Note:** If you set the timer task to less than 60 seconds, the suspend state will be consistent as synchronous execution mode. Otherwise, the suspend state is consistent with the asynchronous execution mode.\n\nCompare Approval task, Suspend task, and Timer task\n---------------------------------------------------\n\nAll the three ([Approval](/application-integration/docs/approval-task),\n[Suspend](/application-integration/docs/run-suspend-task),\nand [Timer](/application-integration/docs/run-timer-task)) tasks perform a similar\nfunction of pausing and resuming an integration. However, there are subtle differences\namong them. The following table describes the differences amongst the three tasks.\n\nConfigure the Timer task\n------------------------\n\nTo configure the **Timer** task:\n\n1. In the Google Cloud console, go to the **Application Integration** page.\n\n [Go to Application Integration](https://console.cloud.google.com/integrations)\n2. In the navigation menu, click **Integrations** .\n\n\n The **Integrations** page appears listing all the integrations available in the Google Cloud project.\n3. Select an existing integration or click **Create integration** to create a new one.\n\n\n If you are creating a new integration:\n 1. Enter a name and description in the **Create Integration** pane.\n 2. Select a region for the integration. **Note:** The **Regions** dropdown only lists the regions provisioned in your Google Cloud project. To provision a new region, click **Enable Region** . See [Enable new region](/application-integration/docs/enable-new-region) for more information.\n 3. Select a service account for the integration. You can change or update the service account details of an integration any time from the info **Integration summary** pane in the integration toolbar. **Note:** The option to select a service account is displayed only if you have enabled integration governance for the selected region.\n 4. Click **Create** . The newly created integration opens in the *integration editor*.\n\n\n4. In the *integration editor* navigation bar, click **Tasks** to view the list of available tasks and connectors.\n5. Click and place the **Timer** task element in the integration editor.\n6. Click the **Timer** task element on the designer to view the **Timer** task configuration pane.\n7. Configure the remaining fields using the [Configuration properties](#params) for the task. For example, if you set **Timeout after** to `180` and **Time unit** to `Seconds`, the execution is paused for 3 minutes before resuming automatically.\n8. Changes to the properties are saved automatically.\n\nConfiguration properties\n------------------------\n\n\nThe following table describes the configuration properties of the Timer task.\n\nError handling strategy\n-----------------------\n\n\nAn error handling strategy for a task specifies the action to take if the task fails due to a [temporary error](/application-integration/docs/error-handling). For information about how to use an error handling strategy, and to know about the different types of error handling strategies, see [Error handling strategies](/application-integration/docs/error-handling-strategy).\n\nQuotas and limits\n-----------------\n\nFor information about quotas and limits, see [Quotas and limits](/application-integration/docs/quotas).\n\nWhat's next\n-----------\n\n- Learn about [all tasks and triggers](/application-integration/docs/all-triggers-tasks).\n- Learn how to [test and publish an integration](/application-integration/docs/test-publish-integrations).\n\n- Learn about [error handling](/application-integration/docs/error-handling-strategy).\n- Learn about [integration execution logs](/application-integration/docs/introduction-logs)."]]