You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The specification currently uses keywords to specify the actions taken by workflow steps and by policies. These keywords include set_state, 'delegate, call_operation, and inline. Discussion #219 proposes an update action as well. Some of these keywords require other keywords (such as target) to provide context. This can be simplified if the actions themselves were defined as functions where the function arguments provide the necessary context.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The specification currently uses keywords to specify the actions taken by workflow steps and by policies. These keywords include
set_state
, 'delegate
,call_operation
, andinline
. Discussion #219 proposes anupdate
action as well. Some of these keywords require other keywords (such astarget
) to provide context. This can be simplified if the actions themselves were defined as functions where the function arguments provide the necessary context.Beta Was this translation helpful? Give feedback.
All reactions