succeeded
- CURIE:
gmeow:executionStatusSucceeded - IRI: https://blackcatinformatics.ca/gmeow/executionStatusSucceeded
- Category: individual
- Defined by:
gmeow:slices/procedures - Box roles: ABox role (What is this?)
The execution completed successfully.
Structure
Types: gmeow:ExecutionStatus
Practical Pattern
Use gmeow:executionStatusSucceeded as a controlled value typed as gmeow:ExecutionStatus.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Data Pipeline
- Source:
slices/extensions/procedures/examples/data-pipeline.ttl - Examples catalog: open in catalog#example-slices-extensions-procedures-examples-data-pipeline
# --- One concrete run of the procedure, succeeded.
ex:run a gmeow:Execution ;
gmeow:executesProcedure ex:pipeline ;
gmeow:executionStatus gmeow:executionStatusSucceeded ;
gmeow:executionParticipant ex:scheduler .