- Subcategories:
- Large Object (LOB) Attributes - PostMigWfConfig
- Large Object (LOB) Attributes - PreMigProcessAudit
- Large Object (LOB) Attributes - PreMigProcessDtl
- Large Object (LOB) Attributes - PreMigTaskDtl
- Large Object (LOB) Attributes - PreMigWfConfig
- Large Object (LOB) Attributes - RestResponse
- Large Object (LOB) Attributes - TransactionInfo
Migrate Structured Processes REST Endpoints
Shared Services/Migrate Structured Processes
The migrate structured processes resource is used to view, create and update information about run-time migration activity carried during the migration of structured workflow process instances from Oracle Integration Cloud to OCI Process Automation.
- Create a migration process instance
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProcessMigrateActivities
- Delete a row for a process instance in the process of migration
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorProcessMigrateActivities/{MigActivityId}
- Get all the information about migration process instances
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProcessMigrateActivities
- Get information about a migration process instance
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProcessMigrateActivities/{MigActivityId}
- Update a the details about a migration process instance
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProcessMigrateActivities/{MigActivityId}