Close
    logoCloudomation Docs

    Task

    class tasks.task.Task(execution, service, inputs, cls)

    This is the abstract parent class for all task types.

    Parameters

    NameTypeDescription
    execution
    service
    inputs
    cls

    Outputs

    NameTypeDefaultDescription
    execution_idintThe ID of the task execution
    messagestrThe ended message for the task. If the task ended with an error, the message will contain information about what went wrong
    statusstrThe ended status for the task. Either "success" or "error".

    Methods

    run ()
    Reference — Previous
    Tasks
    Next
    TaskAWS