PublicAPI.Processes.WorkflowTaskBase.LoadOrNull ELMA API Documentation
Load by ID. If not found, null is returned
 
 
Syntax

public TaskBase LoadOrNull(
	long id
)

Return Value

Type: TaskBase
Entity or null
Remarks

How to find an object ID
See Also