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
e.g. add_action() which takes the inputs, outputs, instrument, etc as arguments and builds a CreateAction entity.
CreateAction entities are fiddly to create, but essential for WRROC - so many workflow managers need to create them and have written the code themselves (e.g. see #148). It would be useful to offer a built-in function that can help with wiring all the entities together, to make adoption easier for more workflow managers.
The text was updated successfully, but these errors were encountered:
e.g.
add_action()
which takes the inputs, outputs, instrument, etc as arguments and builds a CreateAction entity.CreateAction entities are fiddly to create, but essential for WRROC - so many workflow managers need to create them and have written the code themselves (e.g. see #148). It would be useful to offer a built-in function that can help with wiring all the entities together, to make adoption easier for more workflow managers.
The text was updated successfully, but these errors were encountered: