Click or drag to resize

PFItemWorkflow_Enact Method (Int32)

Moves the workflow (if possible).

Ensures tasks (if enacted).

Saves item to database (in any case).

Note: uses transaction. If transaction already exists,

will not commit it, but may rollback it if needed (then an exception is thrown).

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool Workflow_Enact(
	int forcedStateId
)

Parameters

forcedStateId
Type: SystemInt32

Return Value

Type: Boolean
See Also