qhana_plugin_runner.tasks module

Module containing celery tasks.

qhana_plugin_runner.tasks.TASK_DETAILS_CHANGED = <blinker.base.NamedSignal object at 0x75575c30ab00; 'task-details-changed'>

Signal for any changes of a task excluding status and step events.

qhana_plugin_runner.tasks.TASK_STATUS_CHANGED = <blinker.base.NamedSignal object at 0x75575c3094b0; 'task-status-changed'>

Signal for changes of the task status.

qhana_plugin_runner.tasks.TASK_STEPS_CHANGED = <blinker.base.NamedSignal object at 0x75575c309cf0; 'task-steps-changed'>

Signal for changes of the step lists of tasks. Changes include new steps and clearing existing steps.