Skip to documentation content
On this page
  1. Contract
  2. Signature

call

Call a Telion runtime command through the active workflow model.

Call a Telion runtime command through the active workflow model.

Contract

PropertyValue
symboltelion_api.runtime.call
signature(action: 'str', **values: 'Any') -> 'Any'
returnAny

Signature

telion_api.runtime.call(action: 'str', **values: 'Any') -> 'Any'
call — Telion Python API 0.1.0-alpha | Telion