Skip to main content

Class TaskResultOutput

The TaskResultOutput.

Assembly: Taskurai.dll
Declaration
public class TaskResultOutput

Properties

Name

Name of the output.

Declaration
public string Name { get; set; }

Type

Type of output.

Declaration
public string Type { get; set; }

StateReference

Value of the argument.

Declaration
public string StateReference { get; set; }

Sensitive

Indicates sensitive information.

Declaration
public bool? Sensitive { get; set; }

Data

Declaration
[JsonConverter(typeof(BinaryDataConverter))]
protected BinaryData Data { get; set; }

Value

Value JSON payload.

Declaration
[JsonConverter(typeof(ValueDataConverter<object>))]
public ValueData<object> Value { get; set; }