Method | Description | |
---|---|---|
CoreFunctions ( string wfmBaseAddress, string wfmUsername, string wfmPassword, string connectionString ) : Microsoft.Activities |
constructor
|
|
startNewSubjectProcess ( string processInstanceId, int subjectProcessId, string username ) : string |
start a new instance of a processsubject with an existing processinstanceid
|
|
startNewSubjectProcess ( int subjectProcessId, string username ) : void |
start a new instance of a processsubject with new processinstanceid
|
|
submitFunctionTaskAnswer ( int taskId, string transition, string editableParameters, string username ) : void |
Set taskanswer for a function-state task
|
|
submitReceiveTaskAnswer ( int taskId, string messageInstanceId, string username ) : void |
Set taskanswer for a receive-task
|
|
submitSendTaskAnswer ( int taskId, string recipientName, string editableParameters, string username ) : void |
Set taskanswer for a send-state task
|
|
terminateSubjectInstance ( string workFlowId ) : void |
Method | Description | |
---|---|---|
submitTaskAnswer ( DynamicValue val, |
public CoreFunctions ( string wfmBaseAddress, string wfmUsername, string wfmPassword, string connectionString ) : Microsoft.Activities | ||
wfmBaseAddress | string | |
wfmUsername | string | |
wfmPassword | string | |
connectionString | string | |
return | Microsoft.Activities |
public startNewSubjectProcess ( string processInstanceId, int subjectProcessId, string username ) : string | ||
processInstanceId | string | existing processinstanceid |
subjectProcessId | int | id of the processsubject |
username | string | owner of the new processsubject instance |
return | string |
public startNewSubjectProcess ( int subjectProcessId, string username ) : void | ||
subjectProcessId | int | processsubjectid |
username | string | owner of new processsubject instance |
return | void |
public submitFunctionTaskAnswer ( int taskId, string transition, string editableParameters, string username ) : void | ||
taskId | int | Id of the task |
transition | string | choosen transition |
editableParameters | string | edited parameters |
username | string | |
return | void |
public submitReceiveTaskAnswer ( int taskId, string messageInstanceId, string username ) : void | ||
taskId | int | Id of the task |
messageInstanceId | string | Id of the choosen message |
username | string | username |
return | void |
public submitSendTaskAnswer ( int taskId, string recipientName, string editableParameters, string username ) : void | ||
taskId | int | Id of the task |
recipientName | string | choosen recipient/s |
editableParameters | string | edited parameters |
username | string | |
return | void |
public terminateSubjectInstance ( string workFlowId ) : void | ||
workFlowId | string | |
return | void |