def __init__()

in services/ui_backend_service/data/db/models/task_row.py [0:0]


    def __init__(
        self,
        flow_id,
        run_number,
        run_id,
        user_name,
        step_name,
        task_id=None,
        task_name=None,
        status=None,
        task_ok=None,
        ts_epoch=None,
        started_at=None,
        finished_at=None,
        duration=None,
        attempt_id=0,
        tags=None,
        system_tags=None,
        last_heartbeat_ts=None,
        **kwargs