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

Inheritance: Camunda.Api.Client.UserTask.UserTask
Mostrar archivo 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_oe property

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

CaseExecutionId public_oe property

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

Created public_oe property

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

ExecutionId public_oe property

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

FormKey public_oe property

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

Id public_oe property

The id of the task.
public string Id
return string

ProcessDefinitionId public_oe property

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

ProcessInstanceId public_oe property

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

TaskDefinitionKey public_oe property

The task definition key.
public string TaskDefinitionKey
return string