NextTask

The task that is next in line to be executed, if the condition specified evaluated to true.

JSON representation
{
 "taskConfigId": string,
 "taskId": string,
 "condition": string,
 "displayName": string,
 "description": string
}
Fields
taskConfigId

string

ID of the next task.

taskId

string

Task number of the next task.

condition

string

Standard filter expression for this task to become an eligible next task.

displayName

string

User-provided label that is attached to this edge in the UI.

description

string

User-provided description intended to give additional business context about the task.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年08月22日 UTC.