interface WorkflowTaskReference {
    id?: string;
    name?: string;
    version?: string;
}

Properties

Properties

id?: string

Task identifier.

name?: string

Name of the task.

version?: string

Version of the task.