Skip to content

Commit

Permalink
task extension displayNames - executeScripot, reportParam, reportOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 7, 2020
1 parent 876908b commit c875f6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -27,6 +27,7 @@
Script to be executed.
</xsd:documentation>
<xsd:appinfo>
<a:displayName>TaskExtension.executeScript</a:displayName>
<a:maxOccurs>1</a:maxOccurs> <!-- TODO (maybe there could be more scripts) -->
</xsd:appinfo>
</xsd:annotation>
Expand Down
Expand Up @@ -38,6 +38,7 @@
<xsd:element name="reportParam" type="c:ReportParameterType">
<xsd:annotation>
<xsd:appinfo>
<a:displayName>TaskExtension.reportParam</a:displayName>
<a:minOccurs>0</a:minOccurs>
<a:maxOccurs>1</a:maxOccurs>
</xsd:appinfo>
Expand All @@ -48,6 +49,7 @@
<xsd:annotation>
<xsd:documentation>OID of created Report Output object. TODO consider replacing with object reference.</xsd:documentation>
<xsd:appinfo>
<a:displayName>TaskExtension.reportOutputOid</a:displayName>
<a:minOccurs>0</a:minOccurs>
<a:maxOccurs>1</a:maxOccurs>
</xsd:appinfo>
Expand Down

0 comments on commit c875f6f

Please sign in to comment.