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

call

Call a Telion runtime command through the active workflow model.

Reference

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

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'