Get desktop application:
View/edit binary Protocol Buffers messages
WorkflowService is responsible for retrieving workflows to be executed by the agent and publishing events as a workflow executes.
GetWorkflows creates a stream that will receive workflows intended for the agent identified by the GetWorkflowsRequest.agent_id.
PublishEvent publishes a workflow event.
(message has no fields)
Used in:
A unique identifier for a workflow.
Used in:
A unique identifier for an action in the context of a workflow.
A UpperCamelCase word or phrase concisly describing why an action failed. It is typically provided by the action itself.
A free-form human readable string elaborating on the reason for failure. It is typically provided by the action itself.
Used in:
A unique identifier for an action in the context of a workflow.
Used in:
A unique identifier for an action in the context of a workflow.
Used in:
A message describing why the workflow was rejected.
Used in:
Used in:
Used in:
A unique identifier for a workflow.
The actions that make up the workflow.
Used in:
A unique identifier for an action in the context of a workflow.
The name of the action. This can be used to identify actions in logging.
The image to run.
The command to execute when launching the image. When using Docker as the action runtime it is used as the entrypoint.
Arguments to pass to the container.
Environment variables to configure when launching the container.
Volumes to mount when launching the container.
The network namespace to launch the container in.