Get some info about a workflow instance

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function GetWorkflowInstanceInfo( _ 
ByVal workflow_instance_id As EntityID, _ 
ByVal db As IDatabase
) As WorkflowInstanceInfo
This language is not supported or no code example is available.
public static WorkflowInstanceInfo GetWorkflowInstanceInfo( 
EntityID workflow_instance_id
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static WorkflowInstanceInfo^ GetWorkflowInstanceInfo( 
EntityID^ workflow_instance_id
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function GetWorkflowInstanceInfo( 
workflow_instance_id : EntityID
db : IDatabase 
) : WorkflowInstanceInfo;
This language is not supported or no code example is available.

Parameters

workflow_instance_id
Type: EntityID

<default>

db
Type: IDatabase

<default>

Return Value

Type: WorkflowInstanceInfo

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1