getWorkflowState static method
- String workflowId
Implementation
static GeofenceWorkflowState? getWorkflowState(String workflowId) {
return _workflowEngine?.getState(workflowId);
}
static GeofenceWorkflowState? getWorkflowState(String workflowId) {
return _workflowEngine?.getState(workflowId);
}