Apolo
HomeConsoleGitHub
  • Apolo concepts
  • CLI Reference
  • Examples/Use Cases
  • Flow CLI
  • Actions Reference
  • Apolo Extras CLI
  • Python SDK
  • Workflows
  • Workflow syntax
    • Expression syntax
    • Live workflow syntax
      • Live contexts
    • Batch workflow syntax
      • Batch contexts
      • Batch workflow commands
    • Project configuration syntax
    • Actions syntax
      • Actions contexts
  • CLI reference
  • Expression functions
  • Mixins
  • Modules
Powered by GitBook
On this page
  • Action Contexts
  • inputs context
  • state context

Was this helpful?

  1. Workflow syntax
  2. Actions syntax

Actions contexts

PreviousActions syntaxNextCLI reference

Last updated 2 years ago

Was this helpful?

This page describes contexts that can use in expressions for calculating YAML attribute values.

Action Contexts

Context name
Description

inputs

Contains a mapping of action input values. For more information, see .

state

Contains a mapping of state entries of a . For more information, see .

inputs context

Contains action inputs described in the and set using or .

Property name
Type
Description

inputs.<param-name>

str

The value of a specific action input.

state context

Contains state values generated by the main task of a . Refer to the reference to learn how to generate such values.

Property name
Type
Description

state.<entry-name>

str

The value of a specific state entry.

actions
inputs context
state context
save-state command
stateful action
stateful action
action.inputs attribute
jobs.<job-id>.args
tasks.args