Get workflow instance info

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

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

Parameters

workflow_id
Type: EntityID

<default>

entity_id
Type: EntityID

<default>

entity_type
Type: EntityType

<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