Workflows ReferenceType Definitions
FeatureWorkflowArgs
type FeatureWorkflowArgs = {
context: WorkflowContext;
customerData: WorkflowCustomerData;
env: WorkflowEnv;
identity: WorkflowIdentity;
properties: Record<string, WorkflowProperty>;
resource: WorkflowResource;
};Properties
context
context: WorkflowContext;customerData
customerData: WorkflowCustomerData;env
env: WorkflowEnv;identity
identity: WorkflowIdentity;properties
properties: Record<string, WorkflowProperty>;resource
resource: WorkflowResource;