Package | Description |
---|---|
com.sap.cloud.sdk.services.scp.workflow.cf.api | |
com.sap.cloud.sdk.services.scp.workflow.cf.model |
Modifier and Type | Method and Description |
---|---|
List<WorkflowInstanceErrorMessage> |
WorkflowInstancesApi.getInstanceErrorMessages(String workflowInstanceId)
Retrieve error messages
|
Modifier and Type | Method and Description |
---|---|
WorkflowInstanceErrorMessage |
WorkflowInstanceErrorMessage.activityId(String activityId)
Set the activityId of this
WorkflowInstanceErrorMessage instance and return the same instance. |
WorkflowInstanceErrorMessage |
WorkflowInstanceErrorMessage.activityName(String activityName)
Set the activityName of this
WorkflowInstanceErrorMessage instance and return the same instance. |
WorkflowInstanceErrorMessage |
WorkflowInstanceErrorMessage.errorCode(String errorCode)
Set the errorCode of this
WorkflowInstanceErrorMessage instance and return the same instance. |
WorkflowInstanceErrorMessage |
WorkflowInstanceErrorMessage.logId(String logId)
Set the logId of this
WorkflowInstanceErrorMessage instance and return the same instance. |
WorkflowInstanceErrorMessage |
WorkflowInstanceErrorMessage.message(String message)
Set the message of this
WorkflowInstanceErrorMessage instance and return the same instance. |
WorkflowInstanceErrorMessage |
WorkflowInstanceErrorMessage.timestamp(OffsetDateTime timestamp)
Set the timestamp of this
WorkflowInstanceErrorMessage instance and return the same instance. |
Copyright © 2021 SAP SE. All rights reserved.