diff --git a/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd b/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd index 39d678c80f4..240d7bd464c 100755 --- a/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd +++ b/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd @@ -2592,12 +2592,13 @@ - + The user that owns this task. It usually means the user that started the task or a system user that is used to execute the task. The owner will be used to - determine access rights of the task, will be used for auditing, etc. + determine access rights of the task, will be used for auditing, etc. If owner + isn't set, currently logged in user is used. tns:UserType @@ -2647,7 +2648,7 @@ - + Execution status provides information about the task overall high-level execution state. @@ -2888,11 +2889,12 @@ - + Whether the task activity is to be executed only once (single-run tasks) - or periodically (recurring tasks). + or periodically (recurring tasks). If nothing set explicitly, single-run + task is created.