Amazon Simple Workflow Service · JSON-LD Context

Amazon Swf Context

JSON-LD context defining the semantic vocabulary for Amazon Swf from Amazon Simple Workflow Service.

13 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

swf: https://aws.amazon.com/swf/vocab#

Classes

Workflow ActivityTask DecisionTask WorkflowExecution Domain ActivityType WorkflowType taskList executionStatus closeStatus tagList runId workflowId

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "swf": "https://aws.amazon.com/swf/vocab#",
    "Workflow": "swf:Workflow",
    "ActivityTask": "swf:ActivityTask",
    "DecisionTask": "swf:DecisionTask",
    "WorkflowExecution": "swf:WorkflowExecution",
    "Domain": "swf:Domain",
    "ActivityType": "swf:ActivityType",
    "WorkflowType": "swf:WorkflowType",
    "taskList": "swf:taskList",
    "executionStatus": "swf:executionStatus",
    "closeStatus": "swf:closeStatus",
    "tagList": "swf:tagList",
    "runId": "swf:runId",
    "workflowId": "swf:workflowId"
  }
}