WorkflowInitializationContext.java 461 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.granite.workflow.model.WorkflowModel
 */
package com.adobe.aemfd.watchfolder.workflow.api.payload;

import com.adobe.granite.workflow.model.WorkflowModel;
import java.util.Map;

public interface WorkflowInitializationContext {
    public WorkflowModel getWorkflowModel();

    public String getWatchFolderId();

    public Map<String, Object> getConfigParameters();
}