Skip to main content

GloCusExecuteAssignmentPayload

Represents output value for assignment execution.

type GloCusExecuteAssignmentPayload {
assignmentType: GloCusAssignmentType!
executionId: String!
scriptExecutionId: String! @deprecated
}

Fields

GloCusExecuteAssignmentPayload.assignmentType ● GloCusAssignmentType! non-null enum

Type of the dispatched assignment.

GloCusExecuteAssignmentPayload.executionId ● String! non-null scalar

Identifier of the started execution.

GloCusExecuteAssignmentPayload.scriptExecutionId ● String! deprecated non-null scalar

DEPRECATED

Use executionId. For workflow assignments this returns Guid.Empty.

Identifier of the script execution. Guid.Empty for workflow assignments.