Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/git issue #4487 fetch task variables feature #4754

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
reversal of unwanted auto formats.
  • Loading branch information
prakashpalanisamy committed Nov 5, 2024
commit cd1524630f4730bca6c7ba7341d569c9116a0df2
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,27 @@
<@lib.parameter name = "processInstanceBusinessKeyExpression"
location = "query"
type = "string"
desc = "Restrict to tasks that belong to process instances with the given business key which
desc = "Restrict to tasks that belong to process instances with the given business key which
is described by an expression. See the
[user guide](${docsUrl}/user-guide/process-engine/expression-language/#internal-context-functions)
for more information on available functions." />

<@lib.parameter name = "processInstanceBusinessKeyIn"
location = "query"
type = "string"
desc = "Restrict to tasks that belong to process instances with one of the give business keys.
desc = "Restrict to tasks that belong to process instances with one of the give business keys.
The keys need to be in a comma-separated list." />

<@lib.parameter name = "processInstanceBusinessKeyLike"
location = "query"
type = "string"
desc = "Restrict to tasks that have a process instance business key that has the parameter
desc = "Restrict to tasks that have a process instance business key that has the parameter
value as a substring." />

<@lib.parameter name = "processInstanceBusinessKeyLikeExpression"
location = "query"
type = "string"
desc = "Restrict to tasks that have a process instance business key that has the parameter
desc = "Restrict to tasks that have a process instance business key that has the parameter
value as a substring and is described by an expression. See the
[user guide](${docsUrl}/user-guide/process-engine/expression-language/#internal-context-functions)
for more information on available functions." />
Expand All @@ -64,7 +64,7 @@
<@lib.parameter name = "processDefinitionKeyIn"
location = "query"
type = "string"
desc = "Restrict to tasks that belong to a process definition with one of the given keys. The
desc = "Restrict to tasks that belong to a process definition with one of the given keys. The
keys need to be in a comma-separated list." />

<@lib.parameter name = "processDefinitionName"
Expand All @@ -75,7 +75,7 @@
<@lib.parameter name = "processDefinitionNameLike"
location = "query"
type = "string"
desc = "Restrict to tasks that have a process definition name that has the parameter value as
desc = "Restrict to tasks that have a process definition name that has the parameter value as
a substring." />

<@lib.parameter name = "executionId"
Expand All @@ -96,7 +96,7 @@
<@lib.parameter name = "caseInstanceBusinessKeyLike"
location = "query"
type = "string"
desc = "Restrict to tasks that have a case instance business key that has the parameter value
desc = "Restrict to tasks that have a case instance business key that has the parameter value
as a substring." />

<@lib.parameter name = "caseDefinitionId"
Expand All @@ -117,7 +117,7 @@
<@lib.parameter name = "caseDefinitionNameLike"
location = "query"
type = "string"
desc = "Restrict to tasks that have a case definition name that has the parameter value as a
desc = "Restrict to tasks that have a case definition name that has the parameter value as a
substring." />

<@lib.parameter name = "caseExecutionId"
Expand All @@ -128,20 +128,20 @@
<@lib.parameter name = "activityInstanceIdIn"
location = "query"
type = "string"
desc = "Only include tasks which belong to one of the passed and comma-separated activity
desc = "Only include tasks which belong to one of the passed and comma-separated activity
instance ids." />

<@lib.parameter name = "tenantIdIn"
location = "query"
type = "string"
desc = "Only include tasks which belong to one of the passed and comma-separated
desc = "Only include tasks which belong to one of the passed and comma-separated
tenant ids." />

<@lib.parameter name = "withoutTenantId"
location = "query"
type = "boolean"
defaultValue = "false"
desc = "Only include tasks which belong to no tenant. Value may only be `true`,
desc = "Only include tasks which belong to no tenant. Value may only be `true`,
as `false` is the default behavior." />

<@lib.parameter name = "assignee"
Expand All @@ -152,29 +152,29 @@
<@lib.parameter name = "assigneeExpression"
location = "query"
type = "string"
desc = "Restrict to tasks that the user described by the given expression is assigned to.
desc = "Restrict to tasks that the user described by the given expression is assigned to.
See the
[user guide](${docsUrl}/user-guide/process-engine/expression-language/#internal-context-functions)
for more information on available functions." />

<@lib.parameter name = "assigneeLike"
location = "query"
type = "string"
desc = "Restrict to tasks that have an assignee that has the parameter
desc = "Restrict to tasks that have an assignee that has the parameter
value as a substring." />

<@lib.parameter name = "assigneeLikeExpression"
location = "query"
type = "string"
desc = "Restrict to tasks that have an assignee that has the parameter value described by the
desc = "Restrict to tasks that have an assignee that has the parameter value described by the
given expression as a substring. See the
[user guide](${docsUrl}/user-guide/process-engine/expression-language/#internal-context-functions)
for more information on available functions." />

<@lib.parameter name = "assigneeIn"
location = "query"
type = "string"
desc = "Only include tasks which are assigned to one of the passed and
desc = "Only include tasks which are assigned to one of the passed and
comma-separated user ids." />

<@lib.parameter name = "assigneeNotIn"
Expand All @@ -191,7 +191,7 @@
<@lib.parameter name = "ownerExpression"
location = "query"
type = "string"
desc = "Restrict to tasks that the user described by the given expression owns. See the
desc = "Restrict to tasks that the user described by the given expression owns. See the
[user guide](${docsUrl}/user-guide/process-engine/expression-language/#internal-context-functions)
for more information on available functions." />

Expand All @@ -208,7 +208,7 @@
<@lib.parameter name = "candidateGroupExpression"
location = "query"
type = "string"
desc = "Only include tasks that are offered to the group described by the given expression.
desc = "Only include tasks that are offered to the group described by the given expression.
See the
[user guide](${docsUrl}/user-guide/process-engine/expression-language/#internal-context-functions)
for more information on available functions." />
Expand All @@ -221,7 +221,7 @@
<@lib.parameter name = "candidateUserExpression"
location = "query"
type = "string"
desc = "Only include tasks that are offered to the user described by the given expression.
desc = "Only include tasks that are offered to the user described by the given expression.
See the
[user guide](${docsUrl}/user-guide/process-engine/expression-language/#internal-context-functions)
for more information on available functions." />
Expand All @@ -230,14 +230,14 @@
location = "query"
type = "boolean"
defaultValue = "false"
desc = "Also include tasks that are assigned to users in candidate queries. Default is to only
desc = "Also include tasks that are assigned to users in candidate queries. Default is to only
include tasks that are not assigned to any user if you query by candidate user or
group(s)." />

<@lib.parameter name = "involvedUser"
location = "query"
type = "string"
desc = "Only include tasks that the given user is involved in. A user is involved in a task if
desc = "Only include tasks that the given user is involved in. A user is involved in a task if
an identity link exists between task and user (e.g., the user is the assignee)." />

<@lib.parameter name = "involvedUserExpression"
Expand Down Expand Up @@ -378,7 +378,7 @@
location = "query"
type = "boolean"
defaultValue = "false"
desc = "Only include tasks which have no due date. Value may only be `true`,
desc = "Only include tasks which have no due date. Value may only be `true`,
as `false` is the default behavior." />

<@lib.parameter name = "followUpDate"
Expand Down Expand Up @@ -500,15 +500,15 @@
<@lib.parameter name = "updatedAfter"
location = "query"
type = "string"
desc = "Restrict to tasks that were updated after the given date. Every action that fires
desc = "Restrict to tasks that were updated after the given date. Every action that fires
a [task update event](${docsUrl}/user-guide/process-engine/delegation-code/#task-listener-event-lifecycle) is considered as updating the task.
By [default](${docsUrl}/reference/rest/overview/date-format/), the date must
have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.332+0200`." />

<@lib.parameter name = "updatedAfterExpression"
location = "query"
type = "string"
desc = "Restrict to tasks that were updated after the date described by the given expression. Every action that fires
desc = "Restrict to tasks that were updated after the date described by the given expression. Every action that fires
a [task update event](${docsUrl}/user-guide/process-engine/delegation-code/#task-listener-event-lifecycle) is considered as updating the task.
See the
[user guide](${docsUrl}/user-guide/process-engine/expression-language/#internal-context-functions)
Expand Down Expand Up @@ -603,7 +603,7 @@
<@lib.parameter name = "processVariables"
location = "query"
type = "string"
desc = "Only include tasks that belong to process instances that have variables with certain
desc = "Only include tasks that belong to process instances that have variables with certain
values. Variable filtering expressions are comma-separated and are structured as
follows:

Expand Down