Home

Execute Action

This is a Stencila extension of schema.org Action.

It represents computational execution as a first-class provenance activity. In graphs, execution actions are usually attached to Generated edges from executable nodes to their recorded outputs.

Analogues

The following external types, elements, or nodes are similar to a ExecuteAction:

Properties

The ExecuteAction type has these properties:

NameDescriptionTypeInherited from
actionStatusThe current status of the action.ActionStatusTypeAction
agentThe direct performer or driver of the action.ActionAgentAction
participantsOther agents that participated in the action.ActionAgent*Action
providerThe service provider, service operator, or performer responsible for the action.ActionAgentAction
objectsThe objects or input values upon which the action is carried out.Node*Action
resultsThe objects or values produced by the action.Node*Action
instrumentThe object, software, or other instrument that helped perform the action.ThingVariant | StringAction
environmentEnvironment variables or settings that affected the action.PropertyValue*Action
containerImagesContainer images used by the action.(ContainerImage | String)*Action
startTimeWhen the action started.DateTimeAction
endTimeWhen the action ended.DateTimeAction
errorAn error produced by the action.ThingVariant | StringAction
alternateNamesAlternate names (aliases) for the item.String*Thing
descriptionA description of the item.StringThing
identifiersAny kind of identifier for any kind of Thing.(PropertyValue | String)*Thing
imagesImages of the item.ImageObject*Thing
nameThe name of the item.StringThing
urlThe URL of the item.StringThing
idThe identifier for this item.StringEntity

Related

The ExecuteAction type is related to these types:

Bindings

The ExecuteAction type is represented in:


This documentation was generated from ExecuteAction.yaml by docs_types.rs.

© 2026 Stencila