Overview
public void function setResult(
required string taskId
, required any result
)
Sets the result of a task
Arguments
Name | Type | Required | Description |
---|
taskId | string | Yes | ID of the task |
result | any | Yes | The task result (will be serialized when saving against DB record) |