Workflows
Implementing a Task
How to implement a task
A task can be implemented by subclassing the Task class and overriding the execute method.
Passed Parameters
content
ExecutionContext
An object that provides access to the execution context of the task and allows you to interact with the Tilebox Workflows API.
Was this page helpful?