TeamDynamix Web API
TeamDynamix.Api.WorkflowEngine.HistoryEntry.IsStepComplete
Unless explicitly stated on the documentation for a method, the accepted Web API call content types are:
application/json
Calls using any other content type (ex: text/plain) are not supported.
APIs
TeamDynamix.Api.WorkflowEngine.HistoryEntry
TeamDynamix.Api.WorkflowEngine.HistoryEntry.IsStepComplete
Whether the action completed the step.
Data Type and Notes
Boolean
Nullable
Value
true
if the action completed the step,
false
if the step remained active after the action;
null
for legacy steps where this information is not available.