Workflow.GetWorkflowInstanceInfo (EntityID, EntityID, EntityType, IDatabase) Method
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
- EntityID
<default>
- entity_id
- EntityID
<default>
- entity_type
- EntityType
<default>
- db
- IDatabase
<default>