Process definition/instance unavailable in explorer

We have deployed the .bpmn file through flowable-rest API
/flowable-rest/service/repository/deployments

and got the process definition and created a process instance successfully
But the same process definition and instance is not available when login to flowable-explorer application

Please help us.

We created a .bpmn file pragmatically,
deployed the same file to the below rest API

flowable-rest/service/repository/deployments

then created the process instance using the below API

http://localhost:8099/flowable-rest/service/runtime/process-instances
by posting processDefinitionId

but when we login to flowable-explorer we couldn’t see the same diagram

Please help in this …This is urgent