Support `@action(reuse_process=True)`
kariharju opened this issue · 0 comments
kariharju commented
Issue by fabioz
Wednesday Jan 17, 2024 at 16:55 GMT
Originally opened as robocorp/robocorp#166
Whether an action should be reused could be specified in the @action
, something as @action(reuse_process=True)
, as in some actions, it may make sense to reuse it while in others not (the default being the passed command line parameter).