Skip to content

Commit

Permalink
Term for long-running operations
Browse files Browse the repository at this point in the history
  • Loading branch information
BerSie committed Feb 7, 2025
1 parent 9b9955c commit f2e3601
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vocabularies/Common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,10 @@ The minimum structure is
<Annotation Term="Core.Description" String="Criticality of the function or action to enforce a warning or similar before it's executed" />
</Term>

<Term Name="IsOperationLongRunning" Type="Edm.Boolean" Nullable="false" DefaultValue="true" AppliesTo="Action Function ActionImport FunctionImport">
<Annotation Term="Core.Description" String="The execution of the function or action can take a long time" />
</Term>

<Term Name="Attributes" Type="Collection(Edm.PropertyPath)" Nullable="false" AppliesTo="Property">
<Annotation Term="Core.Description" String="Attributes related to this property, which may occur in denormalized entity types" />
</Term>
Expand Down

0 comments on commit f2e3601

Please sign in to comment.