Workflow.GetValidTransitionsForWorkflow Method
Public Shared Function GetValidTransitionsForWorkflow( _
ByVal instance_id As EntityID, _
ByVal vals As AttributeValueCollection, _
ByVal user_id As EntityID, _
ByVal db As IDatabase, _
ByVal logger As IWorkflowLogger _
) As List(Of WorkflowTransition)
This language is not supported or no code example is available.
public static List<WorkflowTransition> GetValidTransitionsForWorkflow(
EntityID instance_id,
AttributeValueCollection vals,
EntityID user_id,
IDatabase db,
IWorkflowLogger logger
)
This language is not supported or no code example is available.
public:
static List<WorkflowTransition^>^ GetValidTransitionsForWorkflow(
EntityID^ instance_id,
AttributeValueCollection^ vals,
EntityID^ user_id,
IDatabase^ db,
IWorkflowLogger^ logger
)
This language is not supported or no code example is available.
Parameters
- instance_id
- EntityID
<default>
<default>
- user_id
- EntityID
- db
- IDatabase
<default>
- logger
- IWorkflowLogger