Lambda task

Lambda task it is a custom task. Lambda task logic must be defined by it creator.

There is some rules to create lambda task:

application/json
{
    "description": "",
    "content": {
        "lambda_id": "unique lambda id",
        "custom_field_one": ...,
        "custom_field_two": [...]
    }
}