Field Name | Description |
Method | AbstractWorkflowTransaction getPendingWorkflowTransaction(java.lang.String passphrase): fetches the pending workflow transaction using the passphrase. |
Parameter | passPhrasePass phrase of the workflow transaction to be retrieved. |
Returns | Returns the workflow transaction that corresponds to the object type (either a data object or a conceptual object): WorkflowTransactionPending for a data object. ConceptualWorkflowTransactionPending for a conceptual object. |