Workflows
Task Display Name
How to set the display name of a task
Within theexecute
method of a task, you can access and overwrite the display
attribute of the current_task
attribute of the passed ExecutionContext
object.
This allows you to change the display name of the task in visualizations.
Was this page helpful?