public interface WorkflowInstance
Modifier and Type | Method and Description |
---|---|
ZonedDateTime |
getCreatedDate()
Retrieves the created date of the workflow.
|
String |
getId()
Retrieves the ID of this workflow instance.
|
String |
getLabel()
Retrieves the label of the workflow in the user's language.
|
String |
getName()
Retrieves the name of the workflow.
|
String |
getOwnerId()
Retrieves the current workflow owner.
|
String |
getWorkflowInitiator()
Retrieves the ID of the user who initiated this workflow instance.
|
String getId()
String getWorkflowInitiator()
String getName()
String getLabel()
ZonedDateTime getCreatedDate()
String getOwnerId()
Copyright © Veeva Systems 2017–2023. All rights reserved.