Skip to content

Commit

Permalink
Mark case.taskRef as deprecated
Browse files Browse the repository at this point in the history
(cherry picked from commit e1b6fb8)
  • Loading branch information
mederly committed Mar 16, 2020
1 parent b0ff1b7 commit f943044
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -168,10 +168,13 @@
<xsd:annotation>
<xsd:documentation>
Reference to the task holding workflow context for wf-related cases.
EXPERIMENTAL. Probably will be removed.
DEPRECATED. Not used any more. The relation is defined the other way:
task.objectRef points to this case.
</xsd:documentation>
<xsd:appinfo>
<a:objectReferenceTargetType>tns:TaskType</a:objectReferenceTargetType>
<a:deprecated>true</a:deprecated>
<a:deprecatedSince>4.0.3</a:deprecatedSince>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand Down

0 comments on commit f943044

Please sign in to comment.