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

Inheritance: Camunda.Api.Client.UserTask.UserTask
Afficher le fichier Open project: komsa-ag/Camunda.Api.Client

Méthodes publiques

Свойство Type Description
CaseDefinitionId string
CaseExecutionId string
Created DateTime
ExecutionId string
FormKey string
Id string
ProcessDefinitionId string
ProcessInstanceId string
TaskDefinitionKey string

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

CaseDefinitionId public_oe property

The id of the case definition the task belongs to.
public string CaseDefinitionId
Résultat string

CaseExecutionId public_oe property

The id of the case execution the task belongs to.
public string CaseExecutionId
Résultat string

Created public_oe property

The time the task was created.
public DateTime Created
Résultat DateTime

ExecutionId public_oe property

The id of the execution the task belongs to.
public string ExecutionId
Résultat string

FormKey public_oe property

If not null, the form key for the task.
public string FormKey
Résultat string

Id public_oe property

The id of the task.
public string Id
Résultat string

ProcessDefinitionId public_oe property

The id of the process definition this task belongs to.
public string ProcessDefinitionId
Résultat string

ProcessInstanceId public_oe property

The id of the process instance this task belongs to.
public string ProcessInstanceId
Résultat string

TaskDefinitionKey public_oe property

The task definition key.
public string TaskDefinitionKey
Résultat string