Entity and methods
Workflow
Bases: ExecutableEntity
A class representing a workflow.
Source code in digitalhub/entities/workflow/entity.py
run(action=None, **kwargs)
Run workflow.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
action
|
str
|
Action to execute. |
None
|
**kwargs
|
dict
|
Keyword arguments passed to Run builder. |
{}
|
Returns:
Type | Description |
---|---|
Run
|
Run instance. |