Workflows ReferenceType Definitions
ActionWorkflowArgs
type ActionWorkflowArgs = {
env: WorkflowEnv;
featureSchema: Record<string, Record<string, unknown>>;
identity: ActionWorkflowIdentity | null;
payload: unknown;
utils: WorkflowUtils;
};Properties
env
env: WorkflowEnv;featureSchema
featureSchema: Record<string, Record<string, unknown>>;identity
identity: ActionWorkflowIdentity | null;payload
payload: unknown;utils
utils: WorkflowUtils;