{"id":82721,"date":"2021-10-07T17:34:21","date_gmt":"2021-10-07T08:34:21","guid":{"rendered":"https:\/\/support.questetra.com\/?p=82721"},"modified":"2026-07-31T12:10:53","modified_gmt":"2026-07-31T03:10:53","slug":"service-task-calculation-datetime","status":"publish","type":"post","link":"https:\/\/support.questetra.com\/en\/developer-blog\/service-task-calculation-datetime\/","title":{"rendered":"Let\u2019s Set a Deadline"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"58\" data-attachment-id=\"113114\" data-permalink=\"https:\/\/support.questetra.com\/en\/developer-blog\/first-questetra-bpm-suite-step1\/attachment\/basic-banner-new-en\/\" data-orig-file=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/02\/basic-banner-new-en.png?fit=1200%2C68&amp;ssl=1\" data-orig-size=\"1200,68\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"basic-banner-new-en\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/02\/basic-banner-new-en.png?fit=1024%2C58&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/02\/basic-banner-new-en-1024x58.png?resize=1024%2C58&#038;ssl=1\" alt=\"\" class=\"wp-image-113114\" srcset=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/02\/basic-banner-new-en.png?resize=1024%2C58&amp;ssl=1 1024w, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/02\/basic-banner-new-en.png?resize=600%2C34&amp;ssl=1 600w, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/02\/basic-banner-new-en.png?resize=768%2C44&amp;ssl=1 768w, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/02\/basic-banner-new-en.png?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">When creating a Workflow App, you can set when a task occurs and when its processing deadline falls. For example, consider a Business Travel Request\/Report App: if a task to report on the details of your trip arrives immediately after the trip request is approved, that&#8217;s a bit awkward.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><div class=\"su-note\"  style=\"border-color:#dbdbdb;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;\"><div class=\"su-note-inner su-u-clearfix su-u-trim\" style=\"background-color:#f5f5f5;border-color:#ffffff;color:#333333;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;\">Even though there are still days until the trip, will the Report task notification just keep sitting in My Tasks the whole time?<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">There are also cases where you&#8217;d want a submission deadline for the trip report. You can tell employees by group chat, email, or verbally that they should submit the report by a certain date, but that\u2019s not very efficient. If you set a deadline on the task itself, Questetra BPM Suite will manage the deadline automatically. In this tutorial, we&#8217;ll use&nbsp;<strong>Timer Intermediate Events<\/strong>&nbsp;and&nbsp;<strong>Human Task deadline settings<\/strong>&nbsp;to build an app that handles a series of business trip-related workflow processes. By making effective use of these features when designing your app, you can create tasks and control deadlines according to a schedule.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, since this tutorial focuses on how to control the progress of Tokens based on date and time, we&#8217;ll build the Travel Request\/Report App with the minimum configuration needed. If you actually use this in a real business setting, you&#8217;ll likely need to work out conditional branching in the workflow diagram, and to configure the User settings in the Swimlanes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Advance Preparation<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To create the App please refer to the Travel Request App described in the <a href=\"https:\/\/support.questetra.com\/en\/get-started\/\">Get Started<\/a> guide. Create a new App in accordance with the contents of&nbsp;<a href=\"https:\/\/support.questetra.com\/en\/developer-blog\/first-questetra-bpm-suite-step2\/\">Chpt.2<\/a> and <a href=\"https:\/\/support.questetra.com\/en\/developer-blog\/first-questetra-bpm-suite-step3\/\">Chpt.3<\/a> up to the section \u201cSettings related to input values\u201d. <a href=\"https:\/\/support.questetra.com\/en\/developer-blog\/first-questetra-bpm-suite-step1\/\">Chpt.1<\/a>&nbsp;and 2 are almost independent in terms of contents, but the User \/ Organization registration information prepared in chapter 1 is also used in chapter 2 and thereafter. For Users and Organizations, read as appropriate according to your environment, or prepare new ones by reading chapter 1.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Workflow Diagram<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Edit the App you created so that it looks like the diagram below. The round icon labelled \u201cBusiness Trip Start\u201d is the Timer Intermediate Event. You can find this in the palette of Intermediate Events.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"859\" height=\"280\" data-attachment-id=\"191845\" data-permalink=\"https:\/\/support.questetra.com\/en\/developer-blog\/service-task-calculation-datetime\/attachment\/calculation-datetime-flow-en-18-0\/\" data-orig-file=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/10\/calculation-datetime-flow-en-18.0.png?fit=859%2C280&amp;ssl=1\" data-orig-size=\"859,280\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}\" data-image-title=\"calculation-datetime-flow-en-18.0\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/10\/calculation-datetime-flow-en-18.0.png?fit=859%2C280&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/10\/calculation-datetime-flow-en-18.0.png?resize=859%2C280&#038;ssl=1\" alt=\"\" class=\"wp-image-191845\" srcset=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/10\/calculation-datetime-flow-en-18.0.png?w=859&amp;ssl=1 859w, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/10\/calculation-datetime-flow-en-18.0.png?resize=600%2C196&amp;ssl=1 600w, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/10\/calculation-datetime-flow-en-18.0.png?resize=768%2C250&amp;ssl=1 768w\" sizes=\"auto, (max-width: 859px) 100vw, 859px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The Timer Intermediate Event is located in the Intermediate Event task palette.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"320\" height=\"126\" src=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2023\/06\/calculation-datetime-pallet-ja.png?resize=320%2C126&#038;ssl=1\" alt=\"\" class=\"wp-image-147645\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In order to make the App we require it is necessary to set the Human Tasks, so please set the App up like this for the time being. We will touch on the Confirmation Task branch later.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Data Items<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Set things up so there are\u00a0<strong>7<\/strong>\u00a0Data Items as shown below. Reuse the data items that have already been configured.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Data Item Name<\/strong><\/td><td><strong>Data Type<\/strong><\/td><td><strong>Field Name<\/strong><\/td><td><strong>Notes<\/strong><\/td><\/tr><tr><td>Subject<\/td><td>Text \u00b7 Single line<\/td><td><br><\/td><td><br><\/td><\/tr><tr><td>Business Trip Start Date<\/td><td>Date \u00b7 Year\/Month\/Day<\/td><td>q_trip_start<\/td><td>The start date from your first step<\/td><\/tr><tr><td>Business Trip End Date<\/td><td>Date \u00b7 Year\/Month\/Day<\/td><td>q_trip_end<\/td><td>The end date from your first step<\/td><\/tr><tr><td>Requester<\/td><td>User \u00b7 Search Select Box<\/td><td>q_trip_user<\/td><td><br><\/td><\/tr><tr><td>Request Details<\/td><td>Text \u00b7 Multi-line<\/td><td>q_purpose<\/td><td>The details from your first step<\/td><\/tr><tr><td>Amount<\/td><td>Number<\/td><td>q_budget<\/td><td><br><\/td><\/tr><tr><td>Report Details<\/td><td>Text \u00b7 Multi-line<\/td><td>q_report<\/td><td><br><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Data Edit Permissions<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Set the permissions as follows.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><br><\/td><td><strong>Trip Request<\/strong><\/td><td><strong>Request Confirmation<\/strong><\/td><td><strong>Content Report<\/strong><\/td><td><strong>Content Confirmation<\/strong><\/td><\/tr><tr><td>Subject<\/td><td>Editable <span style=\"color: royalblue;\"><i class=\"fas fa-pen fa-lg\" data-fa-transform=\"shrink-8\" data-fa-mask=\"fas fa-circle\"><\/i><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><td>Display only <span style=\"color: Orange;\"><\/span><\/td><td>Display only <span style=\"color: Orange;\"><\/span><\/td><\/tr><tr><td>Business Trip Start Date<\/td><td>Editable <span style=\"color: royalblue;\"><i class=\"fas fa-pen fa-lg\" data-fa-transform=\"shrink-8\" data-fa-mask=\"fas fa-circle\"><\/i><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><\/tr><tr><td>Business Trip End Date<\/td><td>Editable <span style=\"color: royalblue;\"><i class=\"fas fa-pen fa-lg\" data-fa-transform=\"shrink-8\" data-fa-mask=\"fas fa-circle\"><\/i><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><\/tr><tr><td>Requester<\/td><td>Editable <span style=\"color: royalblue;\"><i class=\"fas fa-pen fa-lg\" data-fa-transform=\"shrink-8\" data-fa-mask=\"fas fa-circle\"><\/i><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><\/tr><tr><td>Request Details<\/td><td>Editable <span style=\"color: royalblue;\"><i class=\"fas fa-pen fa-lg\" data-fa-transform=\"shrink-8\" data-fa-mask=\"fas fa-circle\"><\/i><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><\/tr><tr><td>Amount<\/td><td>Editable <span style=\"color: royalblue;\"><i class=\"fas fa-pen fa-lg\" data-fa-transform=\"shrink-8\" data-fa-mask=\"fas fa-circle\"><\/i><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><\/tr><tr><td>Report Details<\/td><td>No display<span style=\"color: Red;\"><\/span><\/td><td>No display<span style=\"color: Red;\"><\/span><\/td><td>Editable <span style=\"color: royalblue;\"><i class=\"fas fa-pen fa-lg\" data-fa-transform=\"shrink-8\" data-fa-mask=\"fas fa-circle\"><\/i><\/span><\/td><td>Display only<span style=\"color: Orange;\"><\/span><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u201cBusiness Trip Start\u201d Settings<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The&nbsp;<strong>Timer Intermediate Event<\/strong>&nbsp;is an object that pauses the token mid-flow until a specified date and time. By inserting this event in the middle of the workflow diagram you can pause the Case.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This time, we will use the Timer Intermediate Event to prevent the Report Task from occurring until the business trip begins. Set the timer to \u201cDatetime specified by Data Item\u201d in the Settings window and select the Data Item \u201cBusiness trip start date\u201d. With this, the token will stay on \u201cBusiness Trip Start\u201d until the date which has been entered at the Travel Application task.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/10\/calculation-datetime-timer-config-en-18.0.png?ssl=1\" style=\"border:10px solid #aaaaaa; padding:5px; margin:5px;\" alt=\"\" class=\"wp-image-147647\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">After the \u201cBusiness trip start date\u201d, the token proceeds to the Report Task. This prevents the Report Task from entering the applicant\u2019s My Tasks list before the trip begins.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To specify the timer with a Data Item, either of the Date-type or Datetime-type is used. When the Date-type is used like in this example, the timer starts operating at 00:00.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Report Deadline Settings<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">By configuring a deadline in the Human Task&#8217;s settings, you can force the task to be terminated once a specified date\/time has passed, or have a notification sent to the assignee. Here, we&#8217;ll set the deadline to 7 days after the Business Trip End Date and send a notification once the deadline has passed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the Deadline setting, choose&nbsp;<strong>[From 00:00 of (date type)]<\/strong>, specify Business Trip End Date as the reference, and set it to&nbsp;<strong>[7 days later]<\/strong>. This makes the task deadline 7 days after the Business Trip End Date.&nbsp;<strong>(The deadline time will be 00:00 on the 7th day after. If you want to allow submission through the end of the 7th day, specify [8 days later] instead.)<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full has-custom-border\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"745\" height=\"540\" data-attachment-id=\"191851\" data-permalink=\"https:\/\/support.questetra.com\/en\/developer-blog\/service-task-calculation-datetime\/attachment\/calculation-datetime-human-en-18-0\/\" data-orig-file=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/10\/calculation-datetime-human-en-18.0.png?fit=745%2C540&amp;ssl=1\" data-orig-size=\"745,540\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}\" data-image-title=\"calculation-datetime-human-en-18.0\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/10\/calculation-datetime-human-en-18.0.png?fit=745%2C540&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/10\/calculation-datetime-human-en-18.0.png?resize=745%2C540&#038;ssl=1\" alt=\"\" class=\"has-border-color has-border-border-color wp-image-191851\" style=\"border-width:10px\" srcset=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/10\/calculation-datetime-human-en-18.0.png?w=745&amp;ssl=1 745w, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/10\/calculation-datetime-human-en-18.0.png?resize=435%2C315&amp;ssl=1 435w\" sizes=\"auto, (max-width: 745px) 100vw, 745px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The data items you can use as a reference are Datetime or Date-types (excluding month\/day-only types).&nbsp;<strong>If you specify a Date-type, &#8220;00:00 of that day&#8221; becomes the starting point<\/strong>&nbsp;(if you leave the [days later] dropdown blank, the deadline becomes 00:00 of the specified date as-is).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>If you want to specify things in more detail, turn on [Expression] to display and edit the settings as a SpEL expression.<\/strong>&nbsp;For functions you can use when calculating Date\/Datetime type data items, refer to <a href=\"https:\/\/questetra.zendesk.com\/hc\/en-us\/articles\/360024292672\">R2271: Auto-Population of Date-type\/Datetime-type Fields (Data Configuration Expressions)<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you set the deadline action to &#8220;No action&#8221;, a notification that the deadline has passed will be sent once the deadline is exceeded, but the task can still be processed even after the deadline. (Along with the overdue notification, the deadline column for that task in &#8220;My Tasks&#8221; will be displayed in red text, but the task itself is not deleted.)<\/p>\n\n\n\n<ul class=\"wp-block-list\"><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2023\/06\/calculation-datetime-notification-en.png?ssl=1\" style=\"border:10px solid #aaaaaa; padding:5px; margin:5px;\" alt=\"\" class=\"wp-image-147652\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">With the settings so far, we&#8217;ve implemented the entire process from trip request to trip report as a workflow app.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How do I turn off the Confirmation Task notification after 3 days?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">By the way, depending on the type of business the Task to confirm the contents of the report may be unnecessary. If such a task is left unattended your My Tasks list will accumulate more and more items unless the App handles it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To deal with these situations let\u2019s make the task abort 3 days after the task creation date using the deadline settings in the Human Task. Set the deadline for the Confirmation Task as follows.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/10\/calculation-datetime-human-deadline-en-18.0.png?ssl=1\" style=\"border:10px solid #aaaaaa; padding:5px; margin:5px;\" alt=\"\" class=\"wp-image-147655\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">If&nbsp;<strong>Action at Deadline<\/strong>&nbsp;is set to&nbsp;<strong>Abort task<\/strong>, a timer boundary event is added to the Human Task icon. Upon reaching the deadline the token will go there.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2023\/06\/calculation-datetime-gateway-en.png?ssl=1\" style=\"border:10px solid #aaaaaa; padding:5px; margin:5px;\" alt=\"\" class=\"wp-image-147658\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">With this configuration the token goes to the Join Gateway then moves to the End Event regardless of whether the supervisor finishes the Task or leaves it for 3 days. When the Task is aborted the Task notification disappears, so the Confirmation Task disappears from the My Tasks list of the supervisor three days after creation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this article the sample App itself has been concise to provide an easy-to-understand idea of how to use the Timer Intermediate Event and deadline settings. If you want to control the date and time of the token\u2019s flow try applying this article.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to set the date and time when a Task will occur, and the deadline date when it must be completed. <\/p>\n","protected":false},"author":30,"featured_media":115026,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","_uag_custom_page_level_css":"","advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_seo_schema_type":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_wpcom_ai_launchpad_first_post":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"_wpas_customize_per_network":false,"jetpack_post_was_ever_published":false},"categories":[296],"tags":[],"faq_section":[],"class_list":["post-82721","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-developer-blog"],"jetpack_publicize_connections":[],"uagb_featured_image_src":{"full":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?fit=1200%2C675&ssl=1",1200,675,false],"thumbnail":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=440%2C440&ssl=1",440,440,true],"medium":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?fit=560%2C315&ssl=1",560,315,true],"medium_large":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?fit=768%2C432&ssl=1",768,432,true],"large":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?fit=1024%2C576&ssl=1",1024,576,true],"1536x1536":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?fit=1200%2C675&ssl=1",1200,675,true],"2048x2048":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?fit=1200%2C675&ssl=1",1200,675,true],"newspack-article-block-landscape-large":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=1200%2C675&ssl=1",1200,675,true],"newspack-article-block-portrait-large":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=900%2C675&ssl=1",900,675,true],"newspack-article-block-square-large":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=1200%2C675&ssl=1",1200,675,true],"newspack-article-block-landscape-medium":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=800%2C600&ssl=1",800,600,true],"newspack-article-block-portrait-medium":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=600%2C675&ssl=1",600,675,true],"newspack-article-block-square-medium":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=800%2C675&ssl=1",800,675,true],"newspack-article-block-landscape-intermediate":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=600%2C450&ssl=1",600,450,true],"newspack-article-block-portrait-intermediate":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=450%2C600&ssl=1",450,600,true],"newspack-article-block-square-intermediate":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=600%2C600&ssl=1",600,600,true],"newspack-article-block-landscape-small":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=400%2C300&ssl=1",400,300,true],"newspack-article-block-portrait-small":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=300%2C400&ssl=1",300,400,true],"newspack-article-block-square-small":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=400%2C400&ssl=1",400,400,true],"newspack-article-block-landscape-tiny":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=200%2C150&ssl=1",200,150,true],"newspack-article-block-portrait-tiny":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=150%2C200&ssl=1",150,200,true],"newspack-article-block-square-tiny":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?resize=200%2C200&ssl=1",200,200,true],"newspack-article-block-uncropped":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?fit=1200%2C675&ssl=1",1200,675,true]},"uagb_author_info":{"display_name":"Peter Glover","author_link":"https:\/\/support.questetra.com\/en\/author\/petergloverquestetra\/"},"uagb_comment_info":2,"uagb_excerpt":"How to set the date and time when a Task will occur, and the deadline date when it must be completed.","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p9DiIh-lwd","jetpack-related-posts":[{"id":78871,"url":"https:\/\/support.questetra.com\/en\/bpmn-icons\/human-task\/","url_meta":{"origin":82721,"position":0},"title":"Human Task","author":"Hirotaka NISHI","date":"2019-10-04","format":false,"excerpt":"A work step that humans are in charge of. Generates an input form (Operating screen) automatically in accordance with the editing permission settings on Data Items. When the allocated operator fills out the form and finishes the Task, the token advances.Capable of setting branching by Operator's choice upon finishing the\u2026","rel":"","context":"In &quot;BPMN Icons&quot;","block_context":{"text":"BPMN Icons","link":"https:\/\/support.questetra.com\/en\/category\/bpmn-icons\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/10\/bpmn-icon-human-task-1200x675.png?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/10\/bpmn-icon-human-task-1200x675.png?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/10\/bpmn-icon-human-task-1200x675.png?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/10\/bpmn-icon-human-task-1200x675.png?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/10\/bpmn-icon-human-task-1200x675.png?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":193074,"url":"https:\/\/support.questetra.com\/en\/faq\/is-there-any-way-to-automatically-finish-a-task-in-my-tasks\/","url_meta":{"origin":82721,"position":1},"title":"Is There Any Way to Automatically Finish a Task in My Tasks?","author":"Kitao","date":"2026-09-03","format":false,"excerpt":"Question. Is there any way to automatically finish a Task in [My Tasks]\uff1f Answer. There is no way to finish a task without opening the Task Operating screen. \u00a0 Normally, concerning Task Operation, it is necessary to open the Operating screen and perform the [Finish] operation. However, it is possible\u2026","rel":"","context":"In &quot;FAQ&quot;","block_context":{"text":"FAQ","link":"https:\/\/support.questetra.com\/en\/faq\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":162996,"url":"https:\/\/support.questetra.com\/en\/incident\/bug-20240705\/","url_meta":{"origin":82721,"position":2},"title":"Deadline Setting in Human Tasks May Be Different from Display Value (Fixed)","author":"Hirotaka NISHI","date":"2024-07-05","format":false,"excerpt":"Fixed Version: Ver. 16.0.2","rel":"","context":"In &quot;Incident Info&quot;","block_context":{"text":"Incident Info","link":"https:\/\/support.questetra.com\/en\/category\/incident\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/bug-report-en-1200x675-1.png?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/bug-report-en-1200x675-1.png?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/bug-report-en-1200x675-1.png?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/bug-report-en-1200x675-1.png?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/bug-report-en-1200x675-1.png?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":75480,"url":"https:\/\/support.questetra.com\/en\/templates\/daily-report-flow-20180409\/","url_meta":{"origin":82721,"position":3},"title":"Daily Report Flow","author":"Hirotaka NISHI","date":"2021-02-02","format":false,"excerpt":"Automatically starts up every morning for reporting daily business. After the Step of [1. Enter report] is handled, the superior confirms the content at the Step of [2. Daily report confirmation]. If there is a comment, it will be sent to the reporter by email, and if the report needs\u2026","rel":"","context":"In &quot;Workflow Apps&quot;","block_context":{"text":"Workflow Apps","link":"https:\/\/support.questetra.com\/en\/category\/templates\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/10\/daily-report-flow-en.png?fit=948%2C421&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/10\/daily-report-flow-en.png?fit=948%2C421&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/10\/daily-report-flow-en.png?fit=948%2C421&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/10\/daily-report-flow-en.png?fit=948%2C421&ssl=1&resize=700%2C400 2x"},"classes":[]},{"id":78739,"url":"https:\/\/support.questetra.com\/en\/bpmn-icons\/receive-task-webhook\/","url_meta":{"origin":82721,"position":4},"title":"Receive Task (Webhook)","author":"Hirotaka NISHI","date":"2019-10-01","format":false,"excerpt":"Holds the token and awaits a webhook (HTTP request) at a specific URL. Advances the token when a webhook for the specified HTTP method is received. Capable of storing the received request body in a String-type Data Item. Also possible to return an HTTP response with Business Data inserted.","rel":"","context":"In &quot;BPMN Icons&quot;","block_context":{"text":"BPMN Icons","link":"https:\/\/support.questetra.com\/en\/category\/bpmn-icons\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/10\/bpmn-icon-receive-task-webhook-1200x675.png?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/10\/bpmn-icon-receive-task-webhook-1200x675.png?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/10\/bpmn-icon-receive-task-webhook-1200x675.png?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/10\/bpmn-icon-receive-task-webhook-1200x675.png?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/10\/bpmn-icon-receive-task-webhook-1200x675.png?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":164804,"url":"https:\/\/support.questetra.com\/en\/bpmn-icons\/receive-task-http\/","url_meta":{"origin":82721,"position":5},"title":"Receive Task (HTTP)","author":"Tomoatsu Horibe","date":"2024-08-19","format":false,"excerpt":"Holds a token and listens for HTTP requests at a specific URL. Receiving an HTTP request, the token advances. Capable of receiving values in parameters and overwriting business data.","rel":"","context":"In &quot;BPMN Icons&quot;","block_context":{"text":"BPMN Icons","link":"https:\/\/support.questetra.com\/en\/category\/bpmn-icons\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2024\/08\/bpmn-icon-receive-task-http.png?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2024\/08\/bpmn-icon-receive-task-http.png?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2024\/08\/bpmn-icon-receive-task-http.png?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2024\/08\/bpmn-icon-receive-task-http.png?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2024\/08\/bpmn-icon-receive-task-http.png?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]}],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/04\/eye-catch-update_data-deadline-en.png?fit=1200%2C675&ssl=1","_links":{"self":[{"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/posts\/82721","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/users\/30"}],"replies":[{"embeddable":true,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/comments?post=82721"}],"version-history":[{"count":43,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/posts\/82721\/revisions"}],"predecessor-version":[{"id":191887,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/posts\/82721\/revisions\/191887"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/media\/115026"}],"wp:attachment":[{"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/media?parent=82721"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/categories?post=82721"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/tags?post=82721"},{"taxonomy":"faq_section","embeddable":true,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/faq_section?post=82721"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}