Type Definition workflows::pallet::WorkflowByWorkflowIdAndAccountId
source · [−]pub type WorkflowByWorkflowIdAndAccountId<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageWorkflowByWorkflowIdAndAccountId<T>, Blake2_128Concat, WorkflowId, Twox64Concat, T::AccountId, WorkflowRecord<T>, ValueQuery>;
Expand description
Retrieve the Workflow Manifest with the WorkflowId and AccountId ( which is the owner )