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
Can you share with us the steps to use environment credentials directly from local in the place of workbench as below.
workflow = Workflow(
Environment.create_workbench(),
WorkflowDefaults(
run_as='workbench', # defining workbench as the user to run the jobs by default
)
)
The text was updated successfully, but these errors were encountered:
Hi @spabbise, it's still relevant?
"run_as" is to run under a Control-M's User.
by choosing the permissions according to the user in "run_as". (each user has his own inspirations e.g. admin permission)
Can you share with us the steps to use environment credentials directly from local in the place of workbench as below.
workflow = Workflow(
Environment.create_workbench(),
WorkflowDefaults(
run_as='workbench', # defining workbench as the user to run the jobs by default
)
)
The text was updated successfully, but these errors were encountered: