C# Class Camunda.Api.Client.UserTask.UserTaskInfo

Inheritance: Camunda.Api.Client.UserTask.UserTask
Show file Open project: komsa-ag/Camunda.Api.Client

Public Properties

Property Type Description
CaseDefinitionId string
CaseExecutionId string
Created DateTime
ExecutionId string
FormKey string
Id string
ProcessDefinitionId string
ProcessInstanceId string
TaskDefinitionKey string

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

CaseDefinitionId public property

The id of the case definition the task belongs to.
public string CaseDefinitionId
return string

CaseExecutionId public property

The id of the case execution the task belongs to.
public string CaseExecutionId
return string

Created public property

The time the task was created.
public DateTime Created
return DateTime

ExecutionId public property

The id of the execution the task belongs to.
public string ExecutionId
return string

FormKey public property

If not null, the form key for the task.
public string FormKey
return string

Id public property

The id of the task.
public string Id
return string

ProcessDefinitionId public property

The id of the process definition this task belongs to.
public string ProcessDefinitionId
return string

ProcessInstanceId public property

The id of the process instance this task belongs to.
public string ProcessInstanceId
return string

TaskDefinitionKey public property

The task definition key.
public string TaskDefinitionKey
return string