Package | Description |
---|---|
com.sap.cloud.sdk.services.scp.workflow.cf.api |
Modifier and Type | Method and Description |
---|---|
RestResponse |
PurgeApi.purge()
Purge instances and definitions
|
RestResponse |
WorkflowInstancesApi.setInstanceContext(String workflowInstanceId,
Object body)
Overwrite instance context
|
RestResponse |
WorkflowDefinitionsApi.undeployDefinition(String definitionId)
Delete workflow definition
|
RestResponse |
WorkflowDefinitionsApi.undeployDefinition(String definitionId,
Boolean cascade)
Delete workflow definition
|
RestResponse |
FormsApi.undeployForm(String formId)
Delete a form.
|
RestResponse |
UserTaskInstancesApi.updateInstance(String taskInstanceId,
UpdateTaskInstancePayload body)
Update task by ID
|
RestResponse |
WorkflowInstancesApi.updateInstance(String workflowInstanceId,
WorkflowInstanceUpdatePayload body)
Update instance
|
RestResponse |
WorkflowInstancesApi.updateInstanceContext(String workflowInstanceId,
Object body)
Update instance context
|
RestResponse |
WorkflowInstancesApi.updateInstanceRoles(String workflowInstanceId,
WorkflowInstanceRolesUpdatePayload body)
Update instance roles
|
RestResponse |
WorkflowInstancesApi.updateInstances(List<WorkflowInstancesUpdatePayload> body)
Delete instance by ID
|
Copyright © 2020 SAP SE. All rights reserved.