PersistedWorkflowInformation Constructor |
The constructor.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic PersistedWorkflowInformation(
string workflowKey,
string typeName,
Version version,
string owner,
string serverName,
WorkflowStatus status,
DateTime pendingTimerExpiration
)
Public Sub New (
workflowKey As String,
typeName As String,
version As Version,
owner As String,
serverName As String,
status As WorkflowStatus,
pendingTimerExpiration As DateTime
)
public:
PersistedWorkflowInformation(
String^ workflowKey,
String^ typeName,
Version^ version,
String^ owner,
String^ serverName,
WorkflowStatus status,
DateTime pendingTimerExpiration
)
new :
workflowKey : string *
typeName : string *
version : Version *
owner : string *
serverName : string *
status : WorkflowStatus *
pendingTimerExpiration : DateTime -> PersistedWorkflowInformation
Parameters
- workflowKey String
- The workflow id.
- typeName String
- The workflow name.
- version Version
- The workflow version.
- owner String
- The workflow instance owner.
- serverName String
- The host name.
- status WorkflowStatus
- The workflow status.
- pendingTimerExpiration DateTime
- The next due date.
See Also